Update MetadataInventoryEvent schema (#1210)

This commit is contained in:
Yi (Alan) Wang 2018-06-18 10:57:10 -07:00 committed by GitHub
parent 46aec5b06c
commit a7fcffeecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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