{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PipelineSource", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string", "description": "Source type" }, "connectionName": { "type": "string" } } }