{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SObjectTreeResponse", "title": "SObjectTreeResponse", "type": "object", "properties": { "hasErrors": { "type": "boolean" }, "results": { "type": "array", "items": { "type": "object", "properties": { "referenceId": { "type": "string" }, "id": { "type": "string" } } } } } }