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

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

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/metadataIngestion/storage/storageMetadataHttpConfig.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Storage Metadata Http Config",
  "description": "Storage Metadata Manifest file HTTP path config.",
  "javaType": "org.openmetadata.schema.metadataIngestion.storage.StorageMetadataHttpConfig",
  "type": "object",
  "properties": {
    "manifestHttpPath": {
      "title": "Storage Metadata Manifest HTTP Path",
      "description": "Storage Metadata manifest http file path to extract locations to ingest from.",
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": ["manifestHttpPath"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy