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
|`url`|`string`| Required | URL of the protected resource |
133
+
|`description`|`string`| Optional | Human-readable description of the resource |
134
+
|`mimeType`|`string`| Optional | MIME type of the expected response |
135
+
|`serviceName`|`string`| Optional | Human-readable name of the service hosting the resource. Printable ASCII, max 32 characters. |
136
+
|`tags`|`array[string]`| Optional | Topical tags for the service, used for discovery filtering. Max 5 entries; each printable ASCII, max 32 characters. |
137
+
|`iconUrl`|`string`| Optional | Absolute `https`/`http` URL to an icon representing the service. Max 2048 characters. |
132
138
133
139
The `Extensions` object is a key-value map where each key is an extension identifier and each value follows a standardized structure:
0 commit comments