File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1110
1110
"description" : " The MIME type of this resource, if known." ,
1111
1111
"type" : " string"
1112
1112
},
1113
+ "name" : {
1114
+ "description" : " An optional human-readable name for this resource.\n\n This can be used by clients to populate UI elements." ,
1115
+ "type" : " string"
1116
+ },
1113
1117
"uri" : {
1114
1118
"description" : " The URI of this resource." ,
1115
1119
"format" : " uri" ,
Original file line number Diff line number Diff line change @@ -331,6 +331,14 @@ export interface Resource {
331
331
* @format uri
332
332
*/
333
333
uri : string ;
334
+
335
+ /**
336
+ * An optional human-readable name for this resource.
337
+ *
338
+ * This can be used by clients to populate UI elements.
339
+ */
340
+ name ?: string ;
341
+
334
342
/**
335
343
* The MIME type of this resource, if known.
336
344
*/
You can’t perform that action at this time.
0 commit comments