Replies: 1 comment 2 replies
-
OpenAPI 3.0 does not allow $ref to exist next to other fields like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the thinking behind modelling a base type as a single allOf->$ref rather than just a naked $ref?
I tend to model a unitary "base" with the naked $ref and use allOf for "general composition".
Beta Was this translation helpful? Give feedback.
All reactions