Skip to content

OpenAPI 3.2 support#472

Merged
p1c2u merged 2 commits intomasterfrom
feature/openapi-3.2-support
Feb 27, 2026
Merged

OpenAPI 3.2 support#472
p1c2u merged 2 commits intomasterfrom
feature/openapi-3.2-support

Conversation

@p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Feb 25, 2026

  • 3.2 schema resource added.
  • Version constant/detection added and included in VERSIONS.
  • Schema + validator wiring added.
  • v3 alias moved to 3.2.
  • CLI/shortcut routing includes 3.2.
  • 3.2 semantic support added (OpenAPIV32ValueValidator, OpenAPIV32SchemaValidator, query, additionalOperations traversal).
  • Fixtures/tests added: tests/integration/data/v3.2/petstore.yaml, plus updates in all planned test files.
  • Docs updated.
  • Added OPENAPIV32 export
  • Added OpenAPIV32PathValidator with query + additionalOperations traversal
  • Added OpenAPIV32TagsValidator

Fixes #465

@p1c2u p1c2u marked this pull request as draft February 25, 2026 20:21
@p1c2u p1c2u force-pushed the feature/openapi-3.2-support branch 2 times, most recently from 859c9d6 to bdf39d1 Compare February 27, 2026 10:56
@p1c2u p1c2u force-pushed the feature/openapi-3.2-support branch from bdf39d1 to 268e427 Compare February 27, 2026 11:15
@p1c2u p1c2u marked this pull request as ready for review February 27, 2026 11:30
@p1c2u p1c2u force-pushed the feature/openapi-3.2-support branch from 72a5835 to 383d17a Compare February 27, 2026 12:55
@p1c2u p1c2u merged commit 7c0ddf8 into master Feb 27, 2026
22 checks passed
@p1c2u p1c2u deleted the feature/openapi-3.2-support branch February 27, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add OpenAPI 3.2.0 support

1 participant