mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-26 19:10:15 +00:00
Update MetadataInventoryEvent schema (#1210)
This commit is contained in:
parent
46aec5b06c
commit
a7fcffeecf
@ -24,6 +24,15 @@
|
|||||||
"type": "DataOrigin",
|
"type": "DataOrigin",
|
||||||
"doc": "The common origin/Source tier for the inventory listing"
|
"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",
|
"name": "namespace",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user