diff --git a/schemas/draft-04/v1.0.0/collection/request.json b/schemas/draft-04/v1.0.0/collection/request.json index ec33808..479e1e7 100644 --- a/schemas/draft-04/v1.0.0/collection/request.json +++ b/schemas/draft-04/v1.0.0/collection/request.json @@ -42,6 +42,10 @@ } ] }, + "dataOptions": { + "type": "object", + "description": "Additional configurations and options set for various body modes." + }, "dataDisabled": { "type": "boolean", "default": false, diff --git a/schemas/draft-04/v2.0.0/collection/request.json b/schemas/draft-04/v2.0.0/collection/request.json index bbb4f37..0242498 100644 --- a/schemas/draft-04/v2.0.0/collection/request.json +++ b/schemas/draft-04/v2.0.0/collection/request.json @@ -217,6 +217,10 @@ "graphql": { "type": "object" }, + "options": { + "type": "object", + "description": "Additional configurations and options set for various body modes." + }, "disabled": { "type": "boolean", "default": false, diff --git a/schemas/draft-04/v2.1.0/collection/request.json b/schemas/draft-04/v2.1.0/collection/request.json index b0ba891..613aeda 100644 --- a/schemas/draft-04/v2.1.0/collection/request.json +++ b/schemas/draft-04/v2.1.0/collection/request.json @@ -217,6 +217,10 @@ "graphql": { "type": "object" }, + "options": { + "type": "object", + "description": "Additional configurations and options set for various body modes." + }, "disabled": { "type": "boolean", "default": false, diff --git a/schemas/draft-07/v1.0.0/collection/request.json b/schemas/draft-07/v1.0.0/collection/request.json index 1fa02ca..f6d5d79 100644 --- a/schemas/draft-07/v1.0.0/collection/request.json +++ b/schemas/draft-07/v1.0.0/collection/request.json @@ -38,6 +38,10 @@ } ] }, + "dataOptions": { + "type": "object", + "description": "Additional configurations and options set for various body modes." + }, "dataDisabled": { "type": "boolean", "default": false, diff --git a/schemas/draft-07/v2.0.0/collection/request.json b/schemas/draft-07/v2.0.0/collection/request.json index aaa9d68..67acc23 100644 --- a/schemas/draft-07/v2.0.0/collection/request.json +++ b/schemas/draft-07/v2.0.0/collection/request.json @@ -207,6 +207,10 @@ } } }, + "options": { + "type": "object", + "description": "Additional configurations and options set for various body modes." + }, "disabled": { "type": "boolean", "default": false, diff --git a/schemas/draft-07/v2.1.0/collection/request.json b/schemas/draft-07/v2.1.0/collection/request.json index aaa9d68..67acc23 100644 --- a/schemas/draft-07/v2.1.0/collection/request.json +++ b/schemas/draft-07/v2.1.0/collection/request.json @@ -207,6 +207,10 @@ } } }, + "options": { + "type": "object", + "description": "Additional configurations and options set for various body modes." + }, "disabled": { "type": "boolean", "default": false,