diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index c5a246f502d..5c2127e07db 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -7704,6 +7704,14 @@ "versions": { "19.0.0": "https://json.schemastore.org/vtcfg-v19.0.0.json" } + }, + { + "name": "Airbyte Declarative Connectors Specification", + "description": "Airbyte Specification for custom connectors.", + "fileMatch": [ + "*manifest.yaml" + ], + "url": "https://raw.githubusercontent.com/airbytehq/airbyte-python-cdk/main/airbyte_cdk/sources/declarative/declarative_component_schema.yaml" } ] }