OpenApiConfig
Defined in: packages/core/src/types.ts:460
OpenAPI specification configuration for validating dependsOn references.
Example
Section titled “Example”const openapi: OpenApiConfig = { sources: ["./openapi.yaml", "https://api.example.com/openapi.json"],}Properties
Section titled “Properties”sources
Section titled “sources”sources:
string[]
Defined in: packages/core/src/types.ts:467
OpenAPI specification sources (local files or remote URLs). Supports OpenAPI 2.0 (Swagger) and 3.x specifications.
Examples
Section titled “Examples”["./openapi.yaml"]["./openapi.yaml", "https://api.example.com/openapi.json"]