json.schema.entity.services.connections.storage.adlsConnection.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/entity/services/connections/storage/adlsConnection.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ADLS Connection",
"description": "ADLS Connection.",
"type": "object",
"javaType": "org.openmetadata.schema.services.connections.storage.ADLSConnection",
"definitions": {
"azureType": {
"description": "ADLS service type",
"type": "string",
"enum": ["ADLS"],
"default": "ADLS"
}
},
"properties": {
"type": {
"title": "Service Type",
"description": "Service Type",
"$ref": "#/definitions/azureType",
"default": "ADLS"
},
"credentials": {
"title": "Azure Credentials",
"description": "Azure Credentials",
"$ref": "../../../../security/credentials/azureCredentials.json"
},
"connectionOptions": {
"title": "Connection Options",
"$ref": "../connectionBasicType.json#/definitions/connectionOptions"
},
"connectionArguments": {
"title": "Connection Arguments",
"$ref": "../connectionBasicType.json#/definitions/connectionArguments"
},
"supportsMetadataExtraction": {
"title": "Supports Metadata Extraction",
"$ref": "../connectionBasicType.json#/definitions/supportsMetadataExtraction"
}
},
"additionalProperties": false,
"required": [
"credentials"
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy