We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d57ec0 commit c0bcdb4Copy full SHA for c0bcdb4
schemas/v3.0/schema.json
@@ -1628,7 +1628,14 @@
1628
"headers": {
1629
"type": "object",
1630
"additionalProperties": {
1631
- "$ref": "#/definitions/Header"
+ "oneOf": [
1632
+ {
1633
+ "$ref": "#/definitions/Header"
1634
+ },
1635
1636
+ "$ref": "#/definitions/Reference"
1637
+ }
1638
+ ]
1639
}
1640
},
1641
"style": {
0 commit comments