{ "type": "object", "name": "CompositeResponse", "properties": { "body": { "type": "object", "properties": { "id": { "type": "string" }, "success": { "type": "boolean" }, "errors": { "type": "array", "description": "", "items": { "type": "string" } } }, "required": [ "id", "success", "errors" ] }, "httpHeaders": { "type": "object", "properties": { "Location": { "type": "string" } }, "required": [ "Location" ] }, "httpStatusCode": { "type": "integer" }, "referenceId": { "type": "string" } }, "required": [ "body", "httpHeaders", "httpStatusCode", "referenceId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }