{ "type": "object", "name": "GetListViewsforanObject", "properties": { "count": { "type": "integer" }, "currentPageToken": { "type": "string" }, "currentPageUrl": { "type": "string" }, "lists": { "type": "array", "description": "", "items": { "type": "object", "properties": { "apiName": { "type": "string" }, "id": { "type": "string" }, "label": { "type": "string" }, "url": { "type": "string" } }, "required": [ "apiName", "id", "label", "url" ] } }, "nextPageToken": { "type": "['string', 'null']" }, "nextPageUrl": { "type": "['string', 'null']" }, "objectApiName": { "type": "string" }, "pageSize": { "type": "integer" }, "previousPageToken": { "type": "['string', 'null']" }, "previousPageUrl": { "type": "['string', 'null']" }, "queryString": { "type": "['string', 'null']" }, "recentListsOnly": { "type": "boolean" } }, "required": [ "count", "currentPageToken", "currentPageUrl", "lists", "nextPageToken", "nextPageUrl", "objectApiName", "pageSize", "previousPageToken", "previousPageUrl", "queryString", "recentListsOnly" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }