Skip to content

Commit

Permalink
Catchup v3.0 schema with OAI#2158
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesrosiers committed Sep 28, 2021
1 parent a5138fe commit f8a9db7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion schemas/v3.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,14 @@
"headers": {
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/Header"
"oneOf": [
{
"$ref": "#/definitions/Header"
},
{
"$ref": "#/definitions/Reference"
}
]
}
},
"style": {
Expand Down

0 comments on commit f8a9db7

Please sign in to comment.