Frank Shaw
Results
2
comments of
Frank Shaw
For reference, the only sibling fields allowed for [ReferenceObjects](https://spec.openapis.org/oas/v3.1.1.html#reference-object) in OAS 3.1.X are `summary` and `description`. If your spec has these fields, it is a bug that they are ignored....
@Felk you are right. The restriction I mentioned is enforced in every other area of an OpenAPI 3.1 specification, but in the `schemas` section that follows the SchemaObject model which...