{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Schema", "type": "object", "properties": { "created_on": { "type": "string" }, "kind": { "type": "string" }, "is_default": { "type": "boolean" }, "is_current": { "type": "boolean" }, "database_name": { "type": "string" }, "owner": { "type": "string" }, "comment": { "type": "string" }, "options": { "type": "string" }, "managed_access": { "type": "boolean" }, "retention_time": { "type": "integer" }, "dropped_on": { "type": "string" }, "owner_role_type": { "type": "string" }, "budget": { "type": "string" }, "data_retention_time_in_days": { "type": "integer" }, "default_ddl_collation": { "type": "string" }, "log_level": { "type": "string" }, "pipe_execution_paused": { "type": "boolean" }, "max_data_extension_time_in_days": { "type": "integer" }, "suspend_task_after_num_failures": { "type": "integer" }, "trace_level": { "type": "string" }, "user_task_managed_initial_warehouse_size": { "type": "string" }, "user_task_timeout_ms": { "type": "integer" }, "serverless_task_min_statement_size": { "type": "string" }, "serverless_task_max_statement_size": { "type": "string" } } }