{ "type": "object", "name": "SuccessfulSObjectTree", "properties": { "hasErrors": { "type": "boolean" }, "results": { "type": "array", "description": "", "items": { "type": "object", "properties": { "referenceId": { "type": "string" }, "id": { "type": "string" } }, "required": [ "referenceId", "id" ] } } }, "required": [ "hasErrors", "results" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }