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
Version: 9.3.3
Description:
Specified an array field as deprecated and the sub item is a reference to a schema but currently it's not being displayed as deprecated.
Expected: Field displayed as deprecated
Example OAS:
openapi: 3.1.0 info: title: test version: '1.0' servers: - url: 'http://localhost:3000' paths: /test: parameters: [] get: summary: test responses: '200': description: Test content: application/json: schema: type: object properties: foo: type: array deprecated: true items: $ref: '#/components/schemas/Foo' operationId: get-test description: Test components: schemas: Foo: title: Foo type: object properties: id: type: string
The text was updated successfully, but these errors were encountered:
the above pull request fixxes the issue only for the schema-style table, this should needs to be applied to schema-style tree
table
tree
Sorry, something went wrong.
fixes #846 #829 show deprecation for array type fields in schema views
6b1836d
fixed in 6b1836d
No branches or pull requests
Version: 9.3.3
Description:
Specified an array field as deprecated and the sub item is a reference to a schema but currently it's not being displayed as deprecated.
Expected: Field displayed as deprecated
Example OAS:
The text was updated successfully, but these errors were encountered: