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
When I add nullable: true or x-nullable: true to property it doesn't render label in redoc view.
nullable: true
x-nullable: true
Example (what should be displayed:) https://helpcenter.veeam.com/docs/one/rest/reference/one-rest.html?ver=11
Example of what is displaying now: https://redocly.github.io/redoc/?url=https://helpcenter.veeam.com/content/dam/helpcenter/global/reference/one_rest_110.yaml#operation/About_GetAbout
The text was updated successfully, but these errors were encountered:
I am facing this problem too after upgrading to redoc version 2.0.0-rc.55. Snippet of specs:
2.0.0-rc.55
# ... properties: id: type: string description: reference id in BGP example: 20033TP3 nullable: true
Preview output with 2.0.0-rc.55:
Preview output with 2.0.0-rc.53 (expected output):
2.0.0-rc.53
Only after downgrading to 2.0.0-rc.53, was the Nullable remark shown.
Sorry, something went wrong.
AlexVarchuk
Successfully merging a pull request may close this issue.
When I add
nullable: true
orx-nullable: true
to property it doesn't render label in redoc view.Example (what should be displayed:) https://helpcenter.veeam.com/docs/one/rest/reference/one-rest.html?ver=11
Example of what is displaying now: https://redocly.github.io/redoc/?url=https://helpcenter.veeam.com/content/dam/helpcenter/global/reference/one_rest_110.yaml#operation/About_GetAbout
The text was updated successfully, but these errors were encountered: