{ "type": "object", "name": "GetListViewRecordsRequest", "properties": { "fields": { "type": "array", "description": "", "items": { "type": "string" } }, "pageSize": { "type": "integer" }, "sortBy": { "type": "array", "description": "", "items": { "type": "string" } }, "searchTerm": { "type": "string" }, "where": { "type": "string" } }, "required": [ "fields", "pageSize", "sortBy", "searchTerm", "where" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }