We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In OpenAPI 3.0.x, we should use nullable property instead of use null type,
nullable
null type
https://swagger.io/docs/specification/data-models/data-types/
however, In OpenAPI 3.1, we should use null type instead of nullable OAI/OpenAPI-Specification#2244
So that, I want to know which is better opinion in spec-tools
null
ref: https://github.com/metosin/spec-tools/blob/master/docs/06_openapi.md
If you give me advice, I'll write some PR if I can.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In OpenAPI 3.0.x, we should use
nullable
property instead of usenull type
,https://swagger.io/docs/specification/data-models/data-types/
however, In OpenAPI 3.1, we should use
null type
instead ofnullable
OAI/OpenAPI-Specification#2244
So that, I want to know which is better opinion in spec-tools
nullable
)null
)ref: https://github.com/metosin/spec-tools/blob/master/docs/06_openapi.md
If you give me advice, I'll write some PR if I can.
The text was updated successfully, but these errors were encountered: