{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Alert", "type": "object", "properties": { "name": { "type": "string" }, "comment": { "type": "string" }, "warehouse": { "type": "string" }, "condition": { "type": "string" }, "action": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "owner": { "type": "string" }, "owner_role_type": { "type": "string" }, "state": { "type": "string" } } }