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