{ "type": "object", "name": "ListSandboxes", "properties": { "size": { "type": "integer" }, "totalSize": { "type": "integer" }, "done": { "type": "boolean" }, "queryLocator": { "type": "['string', 'null']" }, "entityTypeName": { "type": "string" }, "records": { "type": "array", "description": "", "items": { "type": "object", "properties": { "attributes": { "type": "object", "properties": { "type": { "type": "string" }, "url": { "type": "string" } }, "required": [ "type", "url" ] }, "Id": { "type": "string" }, "SandboxName": { "type": "string" }, "LicenseType": { "type": "string" }, "AutoActivate": { "type": "boolean" } }, "required": [ "attributes", "Id", "SandboxName", "LicenseType", "AutoActivate" ] } } }, "required": [ "size", "totalSize", "done", "queryLocator", "entityTypeName", "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }