diff --git a/definitions/v7/schema.json b/definitions/v7/schema.json index 9b474cd36..b049103cd 100644 --- a/definitions/v7/schema.json +++ b/definitions/v7/schema.json @@ -327,6 +327,18 @@ }, "test": { "$ref": "#/definitions/PageTestBlock" + }, + "headers": { + "type": "object", + "additionalProperties": false, + "patternProperties": { + "^[A-Za-z0-9-]*$": { + "type": "array", + "items": { + "type": "string" + } + } + } } }, "title": "Login" @@ -672,6 +684,18 @@ }, "infohash": { "$ref": "#/definitions/InfoHashBlock" + }, + "headers": { + "type": "object", + "additionalProperties": false, + "patternProperties": { + "^[A-Za-z0-9-]*$": { + "type": "array", + "items": { + "type": "string" + } + } + } } }, "title": "DownloadBlock" diff --git a/definitions/v8/schema.json b/definitions/v8/schema.json index 561931be7..985a5775b 100644 --- a/definitions/v8/schema.json +++ b/definitions/v8/schema.json @@ -327,6 +327,18 @@ }, "test": { "$ref": "#/definitions/PageTestBlock" + }, + "headers": { + "type": "object", + "additionalProperties": false, + "patternProperties": { + "^[A-Za-z0-9-]*$": { + "type": "array", + "items": { + "type": "string" + } + } + } } }, "title": "Login" @@ -672,6 +684,18 @@ }, "infohash": { "$ref": "#/definitions/InfoHashBlock" + }, + "headers": { + "type": "object", + "additionalProperties": false, + "patternProperties": { + "^[A-Za-z0-9-]*$": { + "type": "array", + "items": { + "type": "string" + } + } + } } }, "title": "DownloadBlock"