OpenAPI compliance: avoid $ref siblings (#1457)
This strives to fix all remaining cases where additional attributes (most often 'description' but not only) are provided next to $ref by wrapping $ref in allOf; and also drops allOf in a couple of places where $ref is the only element under it.pull/1462/head
parent
10844fef8c
commit
9ebcf5f257
@ -0,0 +1 @@
|
||||
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.
|
@ -0,0 +1 @@
|
||||
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.
|
@ -0,0 +1 @@
|
||||
Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.
|
Loading…
Reference in New Issue