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