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
1.2.1
Yes
"EntityName": { "oneOf": [ { "$ref": "#/components/schemas/PersonName" }, { "$ref": "#/components/schemas/BusinessName" } ], "type": "object", "x-schema-id": "entity_name" }
// Ref: #/components/schemas/EntityName type EntityName struct { OneOf EntityNameSum }
// Ref: #/components/schemas/EntityName type EntityName map[string]jx.Raw
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What version of ogen are you using?
1.2.1
Can this issue be reproduced with the latest version?
Yes
What did you do?
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: