mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +00:00
Bug fix: Added DataProduct support for Glossary and GlossaryTerm. (#16473)
Co-authored-by: Mohit Yadav <105265192+mohityadav766@users.noreply.github.com>
This commit is contained in:
parent
5ba7769b76
commit
4ba05c2401
@ -97,6 +97,10 @@
|
||||
"description": "Domain the Glossary belongs to.",
|
||||
"$ref": "../../type/entityReference.json"
|
||||
},
|
||||
"dataProducts" : {
|
||||
"description": "List of data products this entity is part of.",
|
||||
"$ref" : "../../type/entityReferenceList.json"
|
||||
},
|
||||
"votes" : {
|
||||
"$ref": "../../type/votes.json"
|
||||
},
|
||||
@ -107,4 +111,4 @@
|
||||
},
|
||||
"required": ["id", "name", "description"],
|
||||
"additionalProperties": false
|
||||
}
|
||||
}
|
||||
@ -151,6 +151,10 @@
|
||||
"description": "Domain the Glossary Term belongs to. When not set, the Glossary TErm inherits the domain from the Glossary it belongs to.",
|
||||
"$ref": "../../type/entityReference.json"
|
||||
},
|
||||
"dataProducts" : {
|
||||
"description": "List of data products this entity is part of.",
|
||||
"$ref" : "../../type/entityReferenceList.json"
|
||||
},
|
||||
"votes" : {
|
||||
"$ref": "../../type/votes.json"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user