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