{ "type": "object", "name": "CompositeRequest", "properties": { "compositeRequest": { "type": "array", "description": "", "items": { "type": "object", "properties": { "method": { "type": "string" }, "url": { "type": "string" }, "referenceId": { "type": "string" }, "body": { "type": "object", "properties": { "Name": { "type": "string" }, "LastName": { "type": "string" }, "AccountId": { "type": "string" } } } }, "required": [ "method", "url", "referenceId", "body" ] } } }, "required": [ "compositeRequest" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }