{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "StreamSource", "type": "object", "properties": { "src_type": { "type": "string" }, "name": { "type": "string" }, "database_name": { "type": "string" }, "schema_name": { "type": "string" } } }