json.schema.metadataIngestion.storage.storageMetadataLocalConfig.json Maven / Gradle / Ivy
{
"$id": "https://open-metadata.org/schema/metadataIngestion/storage/storageMetadataLocalConfig.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Storage Metadata Local Config",
"description": "Storage Metadata Manifest file path config.",
"javaType": "org.openmetadata.schema.metadataIngestion.storage.StorageMetadataLocalConfig",
"type": "object",
"properties": {
"manifestFilePath": {
"title": "Storage Metadata Manifest File Path",
"description": "Storage Metadata manifest file path to extract locations to ingest from.",
"type": "string"
}
},
"additionalProperties": false,
"required": ["manifestFilePath"]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy