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

json.schema.metadataIngestion.dataInsightPipeline.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/metadataIngestion/dataInsightPipeline.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DataInsightPipeline",
  "description": "Data Insight Pipeline Configuration.",
  "type": "object",
  "definitions": {
    "dataInsightConfigType": {
      "description": "Pipeline Source Config Metadata Pipeline type",
      "type": "string",
      "enum": ["dataInsight"],
      "default": "dataInsight"
    }
  },
  "properties": {
    "type": {
      "description": "Pipeline type",
      "$ref": "#/definitions/dataInsightConfigType",
      "default": "dataInsight"
    }
  },
  "required": ["type"],
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy