{ "type": "object", "name": "SObjectCollectionsCreateRequest", "properties": { "allOrNone": { "type": "boolean" }, "records": { "type": "array", "description": "", "items": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" } }, "required": [ "type" ] }, "Name": { "type": "string" }, "BillingCity": { "type": "string" }, "LastName": { "type": "string" }, "FirstName": { "type": "string" } }, "required": [ "attributes" ] } } }, "required": [ "allOrNone", "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }