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