fix(ci): add missing updates to restli-spec (#8106)

This commit is contained in:
Aseem Bansal 2023-05-23 15:08:41 +05:30 committed by GitHub
parent f8be9f6aee
commit f70cb05d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 54 additions and 12 deletions

View File

@ -1,4 +1,7 @@
{
"annotations" : {
"deprecated" : { }
},
"name" : "usageStats",
"namespace" : "com.linkedin.usage",
"path" : "/usageStats",

View File

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

View File

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

View File

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

View File

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

View File

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