diff --git a/schema.json b/schema.json index a9b9b91..388ef71 100644 --- a/schema.json +++ b/schema.json @@ -10,7 +10,7 @@ "subrequest": { "title": "Subrequest", "description": "Contains all the necessary information to make the request.", - "type": "object", + "type": "array", "required": [ "action", "uri" @@ -50,7 +50,7 @@ "headers": { "title": "Headers", "description": "HTTP headers to be sent with the request.", - "type": "object", + "type": "array", "additionalProperties": true, "patternProperties": { ".*": {