Example configurations for common oav usage patterns. Each directory contains a complete .oavc config and any supporting files needed.
| Example | Description |
|---|---|
| client-only | Frontend/mobile team generating only client SDKs |
| custom-generators | Two custom generators (Rust Axum + Swift 5), no built-ins |
| custom-linter | Redocly linter instead of Spectral, compile disabled |
| server-and-client | Full-stack with generator overrides and parallel jobs |
| lint-only | CI-focused lint-only config, no code generation |
Copy the .oavc file (and any supporting files) into your project root:
cp examples/client-only/.oavc /path/to/your/project/.oavcThen point the spec field to your OpenAPI spec and run:
oav validateSee CONFIGURATION.md for the full config reference.