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:
Siddhant 2024-05-30 14:11:41 +05:30 committed by GitHub
parent 5ba7769b76
commit 4ba05c2401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -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
}
}

View File

@ -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"
},