{ "type": "object", "name": "CompositeRequest2", "properties": { "method": { "type": "string" }, "url": { "type": "string" }, "referenceId": { "type": "string" }, "body": { "type": "object", "properties": { "Name": { "type": "string" }, "Custom__c": { "type": "string" } }, "required": [ "Name", "Custom__c" ] } }, "required": [ "method", "url", "referenceId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }