Skip to content

feat(schema-validator): enhance additional properties validation#187

Merged
geemus merged 1 commit intomasterfrom
additional-properties-validations
Oct 1, 2025
Merged

feat(schema-validator): enhance additional properties validation#187
geemus merged 1 commit intomasterfrom
additional-properties-validations

Conversation

@geemus
Copy link
Collaborator

@geemus geemus commented Sep 30, 2025

  • add tests for additional properties scenarios and Rabbit schema
  • add validations for typed additional properties
  • still skips additional properties validation in allOf (for now anyway)

closes #186

- add tests for additional properties scenarios and Rabbit schema
- add validations for typed additional properties
- still skips additional properties validation in allOf (for now anyway)

closes #186
Copy link

@kbarry-aurora kbarry-aurora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I verified that this solves #186. Thanks!

@geemus geemus merged commit 6f315b7 into master Oct 1, 2025
14 checks passed
@geemus geemus deleted the additional-properties-validations branch October 1, 2025 13:30
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.

OpenAPIParser::SchemaValidator.validate ignores type/$ref in additionalProperties

2 participants