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 11101110 "description" : " The MIME type of this resource, if known." ,
11111111 "type" : " string"
11121112 },
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+ },
11131117 "uri" : {
11141118 "description" : " The URI of this resource." ,
11151119 "format" : " uri" ,
Original file line number Diff line number Diff line change @@ -331,6 +331,14 @@ export interface Resource {
331331 * @format uri
332332 */
333333 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+
334342 /**
335343 * The MIME type of this resource, if known.
336344 */
You can’t perform that action at this time.
0 commit comments