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": {