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 / base64_html / default
Removed value: -null
changedInput schema / properties / base64_html / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
changedInput schema / properties / description / description
Previous value: -"Short human-readable description of what the HTML represents (1-1000 chars)."New value: +"Short human-readable description of what the HTML represents (1-1000 chars). Same validation rules as send_html."
addedInput schema / properties / description / maxLength
Added value: +1000
removedInput schema / properties / html / default
Removed value: -null
changedInput schema / properties / html / description
Previous value: -"Complete HTML document to validate. Mutually exclusive with base64_html."New value: +"Complete HTML document to validate. Mutually exclusive with base64_html — provide exactly one."
changedInput schema / properties / html / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
addedInput schema / properties / session_request_id
Added value: +{
+ "description": "Optional session request ID returned by create_auth_session.",
+ "type": "string"
+}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "displayId": {
+ "description": "Always 'test' — no real display is touched.",
+ "type": "string"
+ },
+ "displayName": {
+ "type": "string"
+ },
+ "hint": {
+ "type": "string"
+ },
+ "simulated": {
+ "type": "boolean"
+ },
+ "sizeBytes": {
+ "type": "integer"
+ },
+ "success": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}