You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only use swagger-ui which does not complain about it, but it confuses when exploring the schemas.
I am not sure if more advanced tools will break with it.
The text was updated successfully, but these errors were encountered:
Current behavior
When "extending" a schema (using
allOf
) and addingrequired
property, the generated schema will contain two$ref
- entries to the referenced schema:Will generate following entries in the schema:
Expected behavior
The schema should contain only one reference to the extended schema, like
Effects
I only use swagger-ui which does not complain about it, but it confuses when exploring the schemas.
I am not sure if more advanced tools will break with it.
The text was updated successfully, but these errors were encountered: