json.schema.entity.services.connections.serviceConnection.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/services/serviceConnection.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Service Connection",
"description": "Groups source connection configurations.",
"type": "object",
"definitions": {
"serviceConnection": {
"description": "Supported services",
"oneOf": [
{
"$ref": "../apiService.json#/definitions/apiServiceConnection"
},
{
"$ref": "../dashboardService.json#/definitions/dashboardConnection"
},
{
"$ref": "../databaseService.json#/definitions/databaseConnection"
},
{
"$ref": "../messagingService.json#/definitions/messagingConnection"
},
{
"$ref": "../metadataService.json#/definitions/metadataConnection"
},
{
"$ref": "../pipelineService.json#/definitions/pipelineConnection"
},
{
"$ref": "../mlmodelService.json#/definitions/mlModelConnection"
},
{
"$ref": "../storageService.json#/definitions/storageConnection"
},
{
"$ref": "../searchService.json#/definitions/searchConnection"
}
]
}
},
"properties": {
"serviceConnection": {
"description": "Service Connection.",
"$ref": "#/definitions/serviceConnection"
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy