From 48dfcf7be1805bf67664afbe94b6792b6f98820a Mon Sep 17 00:00:00 2001 From: Jason Desrosiers Date: Tue, 28 Sep 2021 10:41:47 -0700 Subject: [PATCH] Catchup v3.0 schema with #2158 --- schemas/v3.0/schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/schemas/v3.0/schema.json b/schemas/v3.0/schema.json index 71808402f6..44e5609c66 100644 --- a/schemas/v3.0/schema.json +++ b/schemas/v3.0/schema.json @@ -1628,7 +1628,14 @@ "headers": { "type": "object", "additionalProperties": { - "$ref": "#/definitions/Header" + "oneOf": [ + { + "$ref": "#/definitions/Header" + }, + { + "$ref": "#/definitions/Reference" + } + ] } }, "style": {