{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Stream", "type": "object", "properties": { "created_on": { "type": "string" }, "name": { "type": "string" }, "comment": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "owner": { "type": "string" }, "table_name": { "type": "string" }, "stale": { "type": "boolean" }, "mode": { "type": "string" }, "stale_after": { "type": "string" }, "invalid_reason": { "type": "string" }, "owner_role_type": { "type": "string" }, "type": { "type": "string" } } }