{ "type": "object", "name": "Listchannelmembers", "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" }, "DeveloperName": { "type": "string" }, "EventChannel": { "type": "string" }, "FilterExpression": { "type": "['string', 'null']" }, "SelectedEntity": { "type": "string" } }, "required": [ "attributes", "Id", "DeveloperName", "EventChannel", "FilterExpression", "SelectedEntity" ] } } }, "required": [ "size", "totalSize", "done", "queryLocator", "entityTypeName", "records" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }