You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types.ts
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -224,12 +224,15 @@ export const IconSchema = z
224
224
.passthrough();
225
225
226
226
/**
227
-
* An optional list of icons for this implementation.
228
-
* This can be used by clients to display the implementation in a user interface.
229
-
* Each icon should have a `kind` property that specifies whether it is a data representation or a URL source, a `src` property that points to the icon file or data representation, and may also include a `mimeType` and `sizes` property.
230
-
* The `mimeType` property should be a valid MIME type for the icon file, such as "image/png" or "image/svg+xml".
231
-
* The `sizes` property should be a string that specifies one or more sizes at which the icon file can be used, such as "48x48" or "any" for scalable formats like SVG.
232
-
* The `sizes` property is optional, and if not provided, the client should assume that the icon can be used at any size.
227
+
* Optional set of sized icons that the client can display in a user interface.
228
+
*
229
+
* Clients that support rendering icons MUST support at least the following MIME types:
0 commit comments