{ "type": "object", "name": "CompositeRequest1", "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" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }