json.schema.entity.services.connections.pipeline.airbyteConnection.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/services/connections/pipeline/airbyteConnection.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AirbyteConnection",
"description": "Airbyte Metadata Database Connection Config",
"type": "object",
"javaType": "org.openmetadata.schema.services.connections.pipeline.AirbyteConnection",
"definitions": {
"AirbyteType": {
"description": "Service type.",
"type": "string",
"enum": ["Airbyte"],
"default": "Airbyte"
}
},
"properties": {
"type": {
"title": "Service Type",
"description": "Service Type",
"$ref": "#/definitions/AirbyteType",
"default": "Airbyte"
},
"hostPort": {
"expose": true,
"description": "Pipeline Service Management/UI URL.",
"type": "string",
"format": "uri"
},
"username": {
"title": "Username",
"description": "Username to connect to Airbyte.",
"type": "string"
},
"password": {
"title": "Password",
"description": "Password to connect to Airbyte.",
"type": "string",
"format": "password"
},
"supportsMetadataExtraction": {
"title": "Supports Metadata Extraction",
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
}
},
"additionalProperties": false,
"required": ["hostPort"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy