Data and metadata for a list view
{ "type": "object", "description": "Data and metadata for a list view", "properties": { "id": { "type": "string", "example": "abc123" }, "label": { "type": "string", "example": "Example Title" }, "records": { "type": "array", "example": [], "items": { "type": "object" } }, "sortBy": { "type": "string", "example": "example_value" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListViewResult" }