{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Table", "type": "object", "properties": { "name": { "type": "string" }, "kind": { "type": "string" }, "cluster_by": { "type": "array" }, "enable_schema_evolution": { "type": "boolean" }, "change_tracking": { "type": "boolean" }, "data_retention_time_in_days": { "type": "integer" }, "max_data_extension_time_in_days": { "type": "integer" }, "default_ddl_collation": { "type": "string" }, "columns": { "type": "array" }, "constraints": { "type": "array" }, "comment": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "rows": { "type": "integer" }, "bytes": { "type": "integer" }, "owner": { "type": "string" }, "dropped_on": { "type": "string" }, "automatic_clustering": { "type": "boolean" }, "search_optimization": { "type": "boolean" }, "search_optimization_progress": { "type": "integer" }, "search_optimization_bytes": { "type": "integer" }, "owner_role_type": { "type": "string" }, "budget": { "type": "string" }, "table_type": { "type": "string" } } }