Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak properties type validation to exclude a property call properties #16

Merged
merged 1 commit into from
May 2, 2024

Conversation

PrincessMadMath
Copy link
Contributor

Description of changes

Tweak properties type validation to exclude a property call properties.

Now supporting

components: schemas: BuyItemError: type: object properties: message: type: string nullable: true additionalProperties: false

Breaking changes

Yes! We renamed some rules so if they have disabled them they would need to change the name.

Additional checks

  • Updated the documentation of the project to reflect the changes
  • Added new tests that cover the code changes

@PrincessMadMath PrincessMadMath requested a review from a team as a code owner May 1, 2024 21:48
@PrincessMadMath PrincessMadMath merged commit e5b276f into main May 2, 2024
3 checks passed
@PrincessMadMath PrincessMadMath deleted the feature/idp-1176_fix_schemas_type_validation branch May 2, 2024 17:38
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.

2 participants