json.schema.metadataIngestion.storage.storageBucketDetails.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/metadataIngestion/storage/storageBucketDetails.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Storage Metadata Bucket Details",
"description": "Details of the bucket where the storage metadata manifest file is stored",
"javaType": "org.openmetadata.schema.metadataIngestion.storage.StorageMetadataBucketDetails",
"type": "object",
"properties": {
"containerName": {
"title": "Storage Metadata Container Name",
"description": "Name of the top level container where the storage metadata file is stored",
"type": "string"
},
"objectPrefix": {
"title": "Storage Metadata Object Prefix",
"description": "Path of the folder where the storage metadata file is stored. If the file is at the root, you can keep it empty.",
"type": "string"
}
},
"additionalProperties": false,
"required": ["containerName"]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy