Skip to content

Add basic support for anyOf, oneOf, and allOf in schemas#73

Merged
Manfred merged 4 commits intomainfrom
manfred-68-one-any-object
Feb 23, 2026
Merged

Add basic support for anyOf, oneOf, and allOf in schemas#73
Manfred merged 4 commits intomainfrom
manfred-68-one-any-object

Conversation

@Manfred
Copy link
Owner

@Manfred Manfred commented Feb 23, 2026

  • Adds basic support for schemas with anyOf, oneOf, or allOf keys.
schema:
  oneOf:
    - $ref: 'components/schemas/BoardGame'
    - $ref: 'components/schemas/VideoGame'

Closes #68.

@Manfred Manfred merged commit 76dc784 into main Feb 23, 2026
3 checks passed
@Manfred Manfred deleted the manfred-68-one-any-object branch February 23, 2026 19:26
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.

Feature request: Support for oneOf, anyOf, and allOf keywords in OpenAPI specs

1 participant