We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 851a6d1 + 76f184b commit 2d1f573Copy full SHA for 2d1f573
schemas/v3.0/schema.yaml
@@ -1,4 +1,4 @@
1
-id: https://spec.openapis.org/oas/3.0/schema/2019-04-02
+id: https://spec.openapis.org/oas/3.0/schema/2020-02-25
2
$schema: http://json-schema.org/draft-04/schema#
3
description: Validation schema for OpenAPI Specification 3.0.X.
4
type: object
@@ -987,7 +987,9 @@ definitions:
987
headers:
988
989
additionalProperties:
990
- $ref: '#/definitions/Header'
+ oneOf:
991
+ - $ref: '#/definitions/Header'
992
+ - $ref: '#/definitions/Reference'
993
style:
994
type: string
995
enum:
0 commit comments