json.schema.metadataIngestion.storage.storageMetadataADLSConfig.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/metadataIngestion/storage/storageMetadataADLSConfig.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Storage Metadata ADLS Config",
"description": "Storage Metadata Manifest file ADLS path config.",
"javaType": "org.openmetadata.schema.metadataIngestion.storage.StorageMetadataADLSConfig",
"type": "object",
"properties": {
"securityConfig": {
"title": "ADLS Security Config",
"$ref": "../../security/credentials/azureCredentials.json"
},
"prefixConfig": {
"title": "Storage Metadata Prefix Config",
"$ref": "./storageBucketDetails.json"
}
},
"additionalProperties": false,
"required": ["prefixConfig"]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy