changedOutput schema / additionalProperties
Previous value: -{}New value: +false
addedOutput schema / properties / captchaDetected
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / captchaIframes
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "selector": {
+ "type": "string"
+ },
+ "src": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "selector",
+ "src"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / challengeHandling
Added value: +{
+ "enum": [
+ "manual",
+ "llm_assisted"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / challengePlaybook
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / challengeProvider
Added value: +{
+ "enum": [
+ "recaptcha",
+ "hcaptcha",
+ "turnstile",
+ "cloudflare",
+ "text_captcha",
+ "generic"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / challengeSignals
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / challengeType
Added value: +{
+ "const": "captcha_or_bot_check",
+ "type": "string"
+}
addedOutput schema / properties / contentType
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / diagnostics
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "console": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "location": {
+ "additionalProperties": false,
+ "properties": {
+ "columnNumber": {
+ "type": "number"
+ },
+ "lineNumber": {
+ "type": "number"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "text": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "text"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "consoleTruncated": {
+ "type": "boolean"
+ },
+ "network": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "contentType": {
+ "type": "string"
+ },
+ "errorText": {
+ "type": "string"
+ },
+ "failed": {
+ "type": "boolean"
+ },
+ "method": {
+ "type": "string"
+ },
+ "resourceType": {
+ "type": "string"
+ },
+ "status": {
+ "type": "number"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url",
+ "method",
+ "resourceType"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "networkTruncated": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / expiresAt
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / html
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / interactiveElements
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "frame": {
+ "type": "string"
+ },
+ "label": {
+ "type": "string"
+ },
+ "selector": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "checkbox",
+ "input",
+ "button",
+ "image"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "selector",
+ "type"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / maxChars
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / message
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / outputMode
Added value: +{
+ "enum": [
+ "text",
+ "html",
+ "metadata"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / requiresUserAction
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / selector
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / selectorFound
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / sessionId
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / status
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / suggestedStrategy
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / text
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / title
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / truncated
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / url
Added value: +{
+ "type": "string"
+}
addedOutput schema / required
Added value: +[
+ "sessionId",
+ "expiresAt",
+ "url",
+ "outputMode",
+ "truncated",
+ "maxChars"
+]