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

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

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