{ "type": "object", "name": "ToolingQuery", "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" ] }, "Name": { "type": "string" } }, "required": [ "attributes", "Name" ] } } }, "required": [ "size", "totalSize", "done", "queryLocator", "entityTypeName", "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }