{ "type": "object", "name": "SuccessfulCompositeGraph", "properties": { "graphs": { "type": "array", "description": "", "items": { "type": "object", "properties": { "graphId": { "type": "string" }, "graphResponse": { "type": "object", "properties": { "compositeResponse": { "type": "array", "description": "", "items": { "type": "object", "properties": { "body": { "type": "object" }, "httpHeaders": { "type": "object" }, "httpStatusCode": { "type": "object" }, "referenceId": { "type": "object" } }, "required": [ "body", "httpHeaders", "httpStatusCode", "referenceId" ] } } }, "required": [ "compositeResponse" ] }, "isSuccessful": { "type": "boolean" } }, "required": [ "graphId", "graphResponse", "isSuccessful" ] } } }, "required": [ "graphs" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }