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

Issue 145 Add schema mapper for nullable #146

Merged

Conversation

astridej
Copy link
Contributor

When creating the OpenAPI schema, fields annotated with a @nullable trait should be given an attribute "nullable" with a value of true in the resulting schema. We add a new JSON mapper to the OpenAPI extensions that will take care of this.

When creating the OpenAPI schema, fields annotated
with a @nullable trait should be given an attribute
"nullable" with a value of true in the resulting
schema. We add a new JSON mapper to the OpenAPI
extensions that will take care of this.
@Baccata Baccata merged commit d313f52 into disneystreaming:main Feb 28, 2024
3 checks passed
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