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
My goal is to define a default header (with QoS, retain etc) that I want to specify in detail with more properties:
headers: $ref: "#/components/schemas/subscribe_header" properties: userProperties: [...]
If I am not wrong this is a new feature of the json schema draft 08, which is not yet released (but I might have missunderstood, so please check!). It should be considered to be used. json-schema-org/json-schema-spec#628 json-schema-org/json-schema-spec#523
The text was updated successfully, but these errors were encountered:
You can use allOf. Check https://fmvilas.com/docgen-now-supports-asyncapi-1-1-0-and-more/
allOf
Sorry, something went wrong.
No branches or pull requests
My goal is to define a default header (with QoS, retain etc) that I want to specify in detail with more properties:
If I am not wrong this is a new feature of the json schema draft 08, which is not yet released (but I might have missunderstood, so please check!). It should be considered to be used.
json-schema-org/json-schema-spec#628
json-schema-org/json-schema-spec#523
The text was updated successfully, but these errors were encountered: