{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "IcebergTable", "type": "object", "properties": { "name": { "type": "string" }, "comment": { "type": "string" }, "change_tracking": { "type": "boolean" }, "max_data_extension_time_in_days": { "type": "integer" }, "external_volume": { "type": "string" }, "data_retention_time_in_days": { "type": "integer" }, "catalog_sync": { "type": "string" }, "catalog": { "type": "string" }, "storage_serialization_policy": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" }, "iceberg_table_type": { "type": "string" }, "catalog_table_name": { "type": "string" }, "catalog_namespace": { "type": "string" }, "can_write_metadata": { "type": "string" }, "cluster_by": { "type": "array" }, "columns": { "type": "array" }, "base_location": { "type": "string" }, "replace_invalid_characters": { "type": "boolean" }, "auto_refresh": { "type": "boolean" }, "metadata_file_path": { "type": "string" }, "constraints": { "type": "array" } } }