{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CortexSearchService", "type": "object", "properties": { "name": { "type": "string" }, "search_column": { "type": "string" }, "columns": { "type": "array" }, "attribute_columns": { "type": "array" }, "warehouse": { "type": "string" }, "definition": { "type": "string" }, "comment": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "source_data_num_rows": { "type": "integer" }, "data_timestamp": { "type": "string" }, "indexing_error": { "type": "string" }, "serving_data_bytes": { "type": "integer" } } }