allow any property as sibling of $ref #3526
Replies: 2 comments 3 replies
|
@robstoll Those Reference Objects can target many other different types of Objects, which have different types of fields that interact in different ways. For 3.1, But again, there is no restriction on |
|
Closing as resolved - it appears to be a tooling issue. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
it's nice to see that openapi spec 3.1.0 allows that one can use description alongside of
$ref. However, why the restriction todescriptionandsummaryonly? I would like to definemaxLengthand other validations for $ref which are normally not included in the reference.I now found a fitting issue (closed though):
#1514
All reactions