removedInput schema / properties / access_token / default
Removed value: -null
changedInput schema / properties / access_token / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / allow_camera / default
Removed value: -null
changedInput schema / properties / allow_camera / description
Previous value: -"Allow embedded content to request camera access."New value: +"Allow embedded content to request camera access. Default is false."
changedInput schema / properties / allow_camera / type
Previous value: -[
- "boolean",
- "null"
-]New value: +"boolean"
removedInput schema / properties / allow_geolocation / default
Removed value: -null
changedInput schema / properties / allow_geolocation / description
Previous value: -"Allow embedded content to request geolocation access."New value: +"Allow embedded content to request geolocation access. Default is false."
changedInput schema / properties / allow_geolocation / type
Previous value: -[
- "boolean",
- "null"
-]New value: +"boolean"
removedInput schema / properties / allow_microphone / default
Removed value: -null
changedInput schema / properties / allow_microphone / description
Previous value: -"Allow embedded content to request microphone access."New value: +"Allow embedded content to request microphone access. Default is false."
changedInput schema / properties / allow_microphone / type
Previous value: -[
- "boolean",
- "null"
-]New value: +"boolean"
removedInput schema / properties / connectivity_mode
Removed value: -{
- "default": null,
- "description": "Display-specific connectivity mode override. One of: 'full-access' (any URL), 'whitelist-only' (only whitelisted domains), 'isolated' (no external URLs), or 'inherit' to clear the override and use the org/system default.",
- "type": [
- "string",
- "null"
- ]
-}
addedInput schema / properties / preferred_language
Added value: +{
+ "description": "Preferred language for the display shell. Omit to leave unchanged.",
+ "enum": [
+ "de",
+ "en",
+ "zh"
+ ],
+ "type": "string"
+}
removedInput schema / properties / session_request_id
Removed value: -{
- "default": null,
- "description": "Optional session request ID returned by create_auth_session. Pass this instead of access_token for simpler, more reliable authentication.",
- "type": [
- "string",
- "null"
- ]
-}
removedInput schema / properties / show_badge_overlay / default
Removed value: -null
changedInput schema / properties / show_badge_overlay / description
Previous value: -"Show the AI connect badge overlay on the display."New value: +"Show the AI connect badge overlay on the display. Default is true."
changedInput schema / properties / show_badge_overlay / type
Previous value: -[
- "boolean",
- "null"
-]New value: +"boolean"
removedInput schema / properties / show_mouse_cursor / default
Removed value: -null
changedInput schema / properties / show_mouse_cursor / description
Previous value: -"Show a visible mouse cursor on the display surface."New value: +"Show a visible mouse cursor on the display surface. Default is true."
changedInput schema / properties / show_mouse_cursor / type
Previous value: -[
- "boolean",
- "null"
-]New value: +"boolean"
removedInput schema / properties / strict_whitelist
Removed value: -{
- "default": null,
- "description": "When true, ignore the organization's global whitelist and use only this display's local whitelist. When false, the effective whitelist is the union of org + display lists.",
- "type": [
- "boolean",
- "null"
- ]
-}
removedInput schema / properties / watermark_position / default
Removed value: -null
changedInput schema / properties / watermark_position / description
Previous value: -"Position of the badge watermark. Must be one of: BottomLeft, BottomRight, TopLeft, TopRight."New value: +"Position of the badge watermark on the display."
addedInput schema / properties / watermark_position / enum
Added value: +[
+ "BottomLeft",
+ "BottomRight",
+ "TopLeft",
+ "TopRight"
+]
changedInput schema / properties / watermark_position / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / whitelist
Removed value: -{
- "default": null,
- "description": "Display-specific whitelist of allowed URL patterns (e.g. ['*.intranet.local', '10.0.0.*']). Pass an empty array to clear. Combined with org whitelist unless strict_whitelist is true.",
- "items": {
- "type": [
- "string",
- "null"
- ]
- },
- "type": [
- "array",
- "null"
- ]
-}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "allowCamera": {
+ "type": "boolean"
+ },
+ "allowGeolocation": {
+ "type": "boolean"
+ },
+ "allowMicrophone": {
+ "type": "boolean"
+ },
+ "appliedToLiveDisplay": {
+ "type": "boolean"
+ },
+ "changedSettings": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "effectiveLanguage": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "preferredLanguage": {
+ "type": "string"
+ },
+ "showBadgeOverlay": {
+ "type": "boolean"
+ },
+ "showMouseCursor": {
+ "type": "boolean"
+ },
+ "watermarkPosition": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}