{ "type": "object", "name": "SObjectCollectionsUpdateRequest", "properties": { "allOrNone": { "type": "boolean" }, "records": { "type": "array", "description": "", "items": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "id": { "type": "string" }, "NumberOfEmployees": { "type": "integer" } }, "required": [ "attributes", "id", "NumberOfEmployees" ] } } }, "required": [ "allOrNone", "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }