json.schema.api.lineage.addLineage.json Maven / Gradle / Ivy
The newest version!
{
"$id": "https://open-metadata.org/schema/api/lineage/addLineage.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "AddLineageRequest",
"description": "Add lineage details between two entities",
"type": "object",
"properties": {
"description": {
"description": "User provided description of the lineage details.",
"$ref": "../../type/basic.json#/definitions/markdown"
},
"edge": {
"description": "Lineage edge details.",
"$ref": "../../type/entityLineage.json#/definitions/entitiesEdge"
}
},
"required": ["edge"],
"additionalProperties": false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy