{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DynamicTable", "type": "object", "properties": { "name": { "type": "string" }, "kind": { "type": "string" }, "columns": { "type": "array" }, "refresh_mode": { "type": "string" }, "initialize": { "type": "string" }, "warehouse": { "type": "string" }, "cluster_by": { "type": "array" }, "query": { "type": "string" }, "data_retention_time_in_days": { "type": "integer" }, "max_data_extension_time_in_days": { "type": "integer" }, "comment": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "rows": { "type": "integer" }, "bytes": { "type": "integer" }, "scheduling_state": { "type": "string" }, "automatic_clustering": { "type": "boolean" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" }, "budget": { "type": "string" } } }