Documentation
¶
Overview ¶
Package specvalidate validates OpenAPI 3.0 documents in-process.
It parses a spec from YAML or JSON bytes and validates it against the OpenAPI 3.0 specification using github.com/getkin/kin-openapi. This is the primary structural gate behind the `validate` subcommand and the generator's `--validate` flag: it is deterministic and needs no network or external toolchain (unlike the redocly step run in CI).
This validation covers the *document* only — it confirms a generated or hand-edited OpenAPI file is structurally valid. Runtime request/response validation is out of scope.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.