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

feat: add config option to know if schema is using x-nullable extension #295

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

MohiuddinM
Copy link
Contributor

This PR adds a config parameter to check if the schema is using x-nullable extension or not, if the project is not using then x-nullable is not used in the parser. Without this change, all properties are considered required for Schema that do not use x-nullable.

This is a breaking change

@MohiuddinM MohiuddinM changed the title feat: add config option to know if project is using x-nullable extension feat: add config option to know if schema is using x-nullable extension Jan 27, 2025
@Carapacik Carapacik merged commit eaed0ea into Carapacik:main Jan 27, 2025
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