All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.metadataIngestion.storage.storageMetadataADLSConfig.json Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
{
  "$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