{ "type": "object", "description": "Data and metadata for a list view", "name": "ListViewResult", "properties": { "id": { "type": "string" }, "label": { "type": "string" }, "records": { "type": "array", "items": { "type": "object" } }, "sortBy": { "type": "string" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }