docs-matrix-spec/changelogs/client_server/newsfragments/1457.clarification
Alexey Rusakov 9ebcf5f257
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.
2023-03-07 16:51:30 +00:00

1 line
86 B
Text

Wrap $ref in allOf where other attributes are present, to improve OpenAPI compliance.