{ "type": "object", "name": "CompositeBatchRequest", "properties": { "haltOnError": { "type": "boolean" }, "batchRequests": { "type": "array", "description": "", "items": { "type": "object", "properties": { "method": { "type": "string" }, "url": { "type": "string" } }, "required": [ "method", "url" ] } } }, "required": [ "haltOnError", "batchRequests" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }