Skip to content

Commit f70cb05

Browse files
authored
fix(ci): add missing updates to restli-spec (#8106)
1 parent f8be9f6 commit f70cb05

6 files changed

+54
-12
lines changed

metadata-service/restli-api/src/main/idl/com.linkedin.usage.usageStats.restspec.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"annotations" : {
3+
"deprecated" : { }
4+
},
25
"name" : "usageStats",
36
"namespace" : "com.linkedin.usage",
47
"path" : "/usageStats",

metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.aspects.snapshot.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,10 @@
329329
}
330330
},
331331
"doc" : "URL where the reference exist",
332-
"optional" : true
332+
"optional" : true,
333+
"Searchable" : {
334+
"fieldType" : "KEYWORD"
335+
}
333336
} ]
334337
} ],
335338
"fields" : [ {
@@ -415,7 +418,10 @@
415418
"name" : "chartUrl",
416419
"type" : "com.linkedin.common.Url",
417420
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
418-
"optional" : true
421+
"optional" : true,
422+
"Searchable" : {
423+
"fieldType" : "KEYWORD"
424+
}
419425
}, {
420426
"name" : "inputs",
421427
"type" : {
@@ -1352,7 +1358,10 @@
13521358
"name" : "dashboardUrl",
13531359
"type" : "com.linkedin.common.Url",
13541360
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
1355-
"optional" : true
1361+
"optional" : true,
1362+
"Searchable" : {
1363+
"fieldType" : "KEYWORD"
1364+
}
13561365
}, {
13571366
"name" : "access",
13581367
"type" : "com.linkedin.common.AccessLevel",

metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.entities.snapshot.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@
8282
}
8383
},
8484
"doc" : "URL where the reference exist",
85-
"optional" : true
85+
"optional" : true,
86+
"Searchable" : {
87+
"fieldType" : "KEYWORD"
88+
}
8689
} ]
8790
} ],
8891
"fields" : [ {
@@ -168,7 +171,10 @@
168171
"name" : "chartUrl",
169172
"type" : "com.linkedin.common.Url",
170173
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
171-
"optional" : true
174+
"optional" : true,
175+
"Searchable" : {
176+
"fieldType" : "KEYWORD"
177+
}
172178
}, {
173179
"name" : "inputs",
174180
"type" : {
@@ -1362,7 +1368,10 @@
13621368
"name" : "dashboardUrl",
13631369
"type" : "com.linkedin.common.Url",
13641370
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
1365-
"optional" : true
1371+
"optional" : true,
1372+
"Searchable" : {
1373+
"fieldType" : "KEYWORD"
1374+
}
13661375
}, {
13671376
"name" : "access",
13681377
"type" : "com.linkedin.common.AccessLevel",

metadata-service/restli-api/src/main/snapshot/com.linkedin.entity.runs.snapshot.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@
8282
}
8383
},
8484
"doc" : "URL where the reference exist",
85-
"optional" : true
85+
"optional" : true,
86+
"Searchable" : {
87+
"fieldType" : "KEYWORD"
88+
}
8689
} ]
8790
} ],
8891
"fields" : [ {
@@ -168,7 +171,10 @@
168171
"name" : "chartUrl",
169172
"type" : "com.linkedin.common.Url",
170173
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
171-
"optional" : true
174+
"optional" : true,
175+
"Searchable" : {
176+
"fieldType" : "KEYWORD"
177+
}
172178
}, {
173179
"name" : "inputs",
174180
"type" : {
@@ -1105,7 +1111,10 @@
11051111
"name" : "dashboardUrl",
11061112
"type" : "com.linkedin.common.Url",
11071113
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
1108-
"optional" : true
1114+
"optional" : true,
1115+
"Searchable" : {
1116+
"fieldType" : "KEYWORD"
1117+
}
11091118
}, {
11101119
"name" : "access",
11111120
"type" : "com.linkedin.common.AccessLevel",

metadata-service/restli-api/src/main/snapshot/com.linkedin.platform.platform.snapshot.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@
8282
}
8383
},
8484
"doc" : "URL where the reference exist",
85-
"optional" : true
85+
"optional" : true,
86+
"Searchable" : {
87+
"fieldType" : "KEYWORD"
88+
}
8689
} ]
8790
} ],
8891
"fields" : [ {
@@ -168,7 +171,10 @@
168171
"name" : "chartUrl",
169172
"type" : "com.linkedin.common.Url",
170173
"doc" : "URL for the chart. This could be used as an external link on DataHub to allow users access/view the chart",
171-
"optional" : true
174+
"optional" : true,
175+
"Searchable" : {
176+
"fieldType" : "KEYWORD"
177+
}
172178
}, {
173179
"name" : "inputs",
174180
"type" : {
@@ -1362,7 +1368,10 @@
13621368
"name" : "dashboardUrl",
13631369
"type" : "com.linkedin.common.Url",
13641370
"doc" : "URL for the dashboard. This could be used as an external link on DataHub to allow users access/view the dashboard",
1365-
"optional" : true
1371+
"optional" : true,
1372+
"Searchable" : {
1373+
"fieldType" : "KEYWORD"
1374+
}
13661375
}, {
13671376
"name" : "access",
13681377
"type" : "com.linkedin.common.AccessLevel",

metadata-service/restli-api/src/main/snapshot/com.linkedin.usage.usageStats.snapshot.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@
156156
"symbols" : [ "HOUR", "DAY", "WEEK", "MONTH", "QUARTER", "YEAR", "ALL" ]
157157
}, "com.linkedin.usage.UserUsageCounts" ],
158158
"schema" : {
159+
"annotations" : {
160+
"deprecated" : { }
161+
},
159162
"name" : "usageStats",
160163
"namespace" : "com.linkedin.usage",
161164
"path" : "/usageStats",

0 commit comments

Comments
 (0)