{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Pipe", "type": "object", "properties": { "name": { "type": "string" }, "comment": { "type": "string" }, "auto_ingest": { "type": "boolean" }, "error_integration": { "type": "string" }, "aws_sns_topic": { "type": "string" }, "integration": { "type": "string" }, "copy_statement": { "type": "string" }, "created_on": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" }, "owner": { "type": "string" }, "pattern": { "type": "string" }, "owner_role_type": { "type": "string" }, "invalid_reason": { "type": "string" }, "budget": { "type": "string" } } }