{ "type": "object", "properties": { "id": { "type": "string", "example": "abc123" }, "success": { "type": "boolean", "example": true }, "errors": { "type": "array", "description": "", "example": [], "items": { "type": "string" } }, "created": { "type": "boolean", "example": true } }, "required": [ "id", "success", "errors", "created" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SuccessfulSObjectCollectionsUpsert" }