mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 14:44:02 +00:00
fix(ci): add missing updates to restli-spec (#8106)
This commit is contained in:
parent
f8be9f6aee
commit
f70cb05d3f
@ -1,4 +1,7 @@
|
||||
{
|
||||
"annotations" : {
|
||||
"deprecated" : { }
|
||||
},
|
||||
"name" : "usageStats",
|
||||
"namespace" : "com.linkedin.usage",
|
||||
"path" : "/usageStats",
|
||||
|
||||
@ -329,7 +329,10 @@
|
||||
}
|
||||
},
|
||||
"doc" : "URL where the reference exist",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
} ]
|
||||
} ],
|
||||
"fields" : [ {
|
||||
@ -415,7 +418,10 @@
|
||||
"name" : "chartUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "inputs",
|
||||
"type" : {
|
||||
@ -1352,7 +1358,10 @@
|
||||
"name" : "dashboardUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "access",
|
||||
"type" : "com.linkedin.common.AccessLevel",
|
||||
|
||||
@ -82,7 +82,10 @@
|
||||
}
|
||||
},
|
||||
"doc" : "URL where the reference exist",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
} ]
|
||||
} ],
|
||||
"fields" : [ {
|
||||
@ -168,7 +171,10 @@
|
||||
"name" : "chartUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "inputs",
|
||||
"type" : {
|
||||
@ -1362,7 +1368,10 @@
|
||||
"name" : "dashboardUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "access",
|
||||
"type" : "com.linkedin.common.AccessLevel",
|
||||
|
||||
@ -82,7 +82,10 @@
|
||||
}
|
||||
},
|
||||
"doc" : "URL where the reference exist",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
} ]
|
||||
} ],
|
||||
"fields" : [ {
|
||||
@ -168,7 +171,10 @@
|
||||
"name" : "chartUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "inputs",
|
||||
"type" : {
|
||||
@ -1105,7 +1111,10 @@
|
||||
"name" : "dashboardUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "access",
|
||||
"type" : "com.linkedin.common.AccessLevel",
|
||||
|
||||
@ -82,7 +82,10 @@
|
||||
}
|
||||
},
|
||||
"doc" : "URL where the reference exist",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
} ]
|
||||
} ],
|
||||
"fields" : [ {
|
||||
@ -168,7 +171,10 @@
|
||||
"name" : "chartUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "inputs",
|
||||
"type" : {
|
||||
@ -1362,7 +1368,10 @@
|
||||
"name" : "dashboardUrl",
|
||||
"type" : "com.linkedin.common.Url",
|
||||
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
|
||||
"optional" : true
|
||||
"optional" : true,
|
||||
"Searchable" : {
|
||||
"fieldType" : "KEYWORD"
|
||||
}
|
||||
}, {
|
||||
"name" : "access",
|
||||
"type" : "com.linkedin.common.AccessLevel",
|
||||
|
||||
@ -156,6 +156,9 @@
|
||||
"symbols" : [ "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR", "ALL" ]
|
||||
}, "com.linkedin.usage.UserUsageCounts" ],
|
||||
"schema" : {
|
||||
"annotations" : {
|
||||
"deprecated" : { }
|
||||
},
|
||||
"name" : "usageStats",
|
||||
"namespace" : "com.linkedin.usage",
|
||||
"path" : "/usageStats",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user