mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-24 10:00:07 +00:00
Update MetadataInventoryEvent schema (#1210)
This commit is contained in:
parent
46aec5b06c
commit
a7fcffeecf
@ -24,6 +24,15 @@
|
||||
"type": "DataOrigin",
|
||||
"doc": "The common origin/Source tier for the inventory listing"
|
||||
},
|
||||
{
|
||||
"name": "deployment",
|
||||
"type": [
|
||||
"null",
|
||||
"DeploymentDetail"
|
||||
],
|
||||
"default": null,
|
||||
"doc": "The specific deployment for the inventory listing"
|
||||
},
|
||||
{
|
||||
"name": "namespace",
|
||||
"type": "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user