[T] OpenAPI3SchemaProperty
type OpenAPI3SchemaProperty = | Ref<OpenAPI3Schema> | OpenAPI3Schema;
Autorest allows a few properties to be next to $ref of a property.
type OpenAPI3SchemaProperty = | Ref<OpenAPI3Schema> | OpenAPI3Schema;
Autorest allows a few properties to be next to $ref of a property.