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
"[object Object]"
Describe the bug
In 2.1.x, the following request body
2.1.x
{ "Observation": { "title": "Thing", "required": [ "fields", "id" ], "type": "object", "properties": { "fields": { "title": "Fields", "type": "object", "additionalProperties": { "anyOf": [ { "type": "number" }, { "type": "array", "items": { "type": "number" } } ] }, }, "meta": { "title": "Meta", "allOf": [ { "$ref": "#/components/schemas/ThingMeta" } ], "description": "Thing metadata.", "default": { "properties": {} } }, "id": { "title": "Id", "type": "string", "description": "Unique id of the Thing." } } } }
Renders like
Expected behavior
2.0.0 renders the meta field as expected
2.0.0
meta
Minimal reproducible OpenAPI snippet(if possible)
Provided inline
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
AlexVarchuk
Successfully merging a pull request may close this issue.
Describe the bug
In
2.1.x
, the following request bodyRenders like
Expected behavior
2.0.0
renders themeta
field as expectedMinimal reproducible OpenAPI snippet(if possible)
Provided inline
Screenshots
Provided inline
Additional context
The text was updated successfully, but these errors were encountered: