Skip to content

Commit f8a9db7

Browse files
committed
Catchup v3.0 schema with OAI#2158
1 parent a5138fe commit f8a9db7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

schemas/v3.0/schema.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,14 @@
16281628
"headers": {
16291629
"type": "object",
16301630
"additionalProperties": {
1631-
"$ref": "#/definitions/Header"
1631+
"oneOf": [
1632+
{
1633+
"$ref": "#/definitions/Header"
1634+
},
1635+
{
1636+
"$ref": "#/definitions/Reference"
1637+
}
1638+
]
16321639
}
16331640
},
16341641
"style": {

0 commit comments

Comments
 (0)