Skip to main content
Glama

Verify web fix against recorded flow

web_fix_verify
Destructive

Verify a stored pre-fix reproduction using adaptive bounded attempts to determine whether the bug still occurs, returning verified, failed, or inconclusive evidence.

Instructions

Verify a stored pre-fix reproduction with adaptive bounded attempts and return verified, failed, or inconclusive evidence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
scenarioIdYes
buildReferenceNo
requestedLevelNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
warningsYes
artifactsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed47 schema fields changedv0.10.0
    • addedOutput schema / definitions / EnvironmentFingerprintOutput
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "adapterMode": {
      +      "anyOf": [
      +        {
      +          "enum": [
      +            "launch",
      +            "attach",
      +            "webdriver"
      +          ],
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "architecture": {
      +      "maxLength": 100,
      +      "type": "string"
      +    },
      +    "authFixture": {
      +      "enum": [
      +        "seeded-disposable",
      +        "none"
      +      ],
      +      "type": "string"
      +    },
      +    "browser": {
      +      "anyOf": [
      +        {
      +          "enum": [
      +            "chromium",
      +            "safari"
      +          ],
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "browserVersion": {
      +      "anyOf": [
      +        {
      +          "maxLength": 200,
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "descriptor": {
      +      "maxLength": 500,
      +      "type": "string"
      +    },
      +    "isolated": {
      +      "type": "boolean"
      +    },
      +    "nodeVersion": {
      +      "maxLength": 100,
      +      "type": "string"
      +    },
      +    "origin": {
      +      "maxLength": 2560,
      +      "type": "string"
      +    },
      +    "path": {
      +      "maxLength": 2560,
      +      "type": "string"
      +    },
      +    "platform": {
      +      "maxLength": 100,
      +      "type": "string"
      +    },
      +    "projectAmbiguous": {
      +      "type": "boolean"
      +    },
      +    "projectConfidence": {
      +      "enum": [
      +        "high",
      +        "medium",
      +        "low",
      +        "none"
      +      ],
      +      "type": "string"
      +    },
      +    "projectFrameworks": {
      +      "items": {
      +        "enum": [
      +          "vanilla",
      +          "react",
      +          "angular",
      +          "vue",
      +          "vite",
      +          "next"
      +        ],
      +        "type": "string"
      +      },
      +      "maxItems": 6,
      +      "type": "array"
      +    },
      +    "projectRoot": {
      +      "maxLength": 4096,
      +      "type": "string"
      +    },
      +    "remote": {
      +      "type": "boolean"
      +    },
      +    "runtimeCapabilityStates": {
      +      "additionalProperties": {
      +        "enum": [
      +          "supported",
      +          "degraded",
      +          "unsupported"
      +        ],
      +        "type": "string"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    },
      +    "runtimeTransport": {
      +      "anyOf": [
      +        {
      +          "enum": [
      +            "chromium-launch",
      +            "chromium-cdp-attach",
      +            "safari-webdriver"
      +          ],
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "schemaVersion": {
      +      "const": 4,
      +      "type": "number"
      +    },
      +    "targetId": {
      +      "anyOf": [
      +        {
      +          "maxLength": 200,
      +          "type": "string"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    },
      +    "tls": {
      +      "enum": [
      +        "strict",
      +        "allow-insecure-loopback"
      +      ],
      +      "type": "string"
      +    },
      +    "viewport": {
      +      "anyOf": [
      +        {
      +          "additionalProperties": false,
      +          "properties": {
      +            "height": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            },
      +            "width": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            }
      +          },
      +          "required": [
      +            "width",
      +            "height"
      +          ],
      +          "type": "object"
      +        },
      +        {
      +          "type": "null"
      +        }
      +      ]
      +    }
      +  },
      +  "required": [
      +    "schemaVersion",
      +    "projectRoot",
      +    "descriptor",
      +    "projectFrameworks",
      +    "projectConfidence",
      +    "projectAmbiguous",
      +    "origin",
      +    "path",
      +    "browser",
      +    "browserVersion",
      +    "adapterMode",
      +    "targetId",
      +    "remote",
      +    "isolated",
      +    "viewport",
      +    "tls",
      +    "authFixture",
      +    "runtimeTransport",
      +    "runtimeCapabilityStates",
      +    "nodeVersion",
      +    "platform",
      +    "architecture"
      +  ],
      +  "type": "object"
      +}
    • addedOutput schema / definitions / JsonValue
      Added value: +{
      +  "allOf": [
      +    {
      +      "$ref": "#/definitions/__schema0"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / LocatorOutput
      Added value: +{
      +  "oneOf": [
      +    {
      +      "additionalProperties": false,
      +      "properties": {
      +        "kind": {
      +          "const": "css",
      +          "type": "string"
      +        },
      +        "value": {
      +          "maxLength": 500,
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "kind",
      +        "value"
      +      ],
      +      "type": "object"
      +    },
      +    {
      +      "additionalProperties": false,
      +      "properties": {
      +        "kind": {
      +          "const": "role",
      +          "type": "string"
      +        },
      +        "name": {
      +          "maxLength": 300,
      +          "type": "string"
      +        },
      +        "role": {
      +          "maxLength": 100,
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "kind",
      +        "role"
      +      ],
      +      "type": "object"
      +    },
      +    {
      +      "additionalProperties": false,
      +      "properties": {
      +        "kind": {
      +          "const": "text",
      +          "type": "string"
      +        },
      +        "text": {
      +          "maxLength": 500,
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "kind",
      +        "text"
      +      ],
      +      "type": "object"
      +    },
      +    {
      +      "additionalProperties": false,
      +      "properties": {
      +        "kind": {
      +          "const": "label",
      +          "type": "string"
      +        },
      +        "text": {
      +          "maxLength": 500,
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "kind",
      +        "text"
      +      ],
      +      "type": "object"
      +    },
      +    {
      +      "additionalProperties": false,
      +      "properties": {
      +        "kind": {
      +          "const": "testId",
      +          "type": "string"
      +        },
      +        "value": {
      +          "maxLength": 500,
      +          "type": "string"
      +        }
      +      },
      +      "required": [
      +        "kind",
      +        "value"
      +      ],
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / PublicReproScenarioOutput
      Added value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "acceptanceChecks": {
      +      "items": {
      +        "$ref": "#/definitions/JsonValue"
      +      },
      +      "maxItems": 64,
      +      "type": "array"
      +    },
      +    "actions": {
      +      "items": {
      +        "oneOf": [
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "navigate",
      +                "type": "string"
      +              },
      +              "url": {
      +                "maxLength": 2560,
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "url"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "click",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "fill",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              },
      +              "value": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator",
      +              "value"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "key": {
      +                "maxLength": 40,
      +                "type": "string"
      +              },
      +              "kind": {
      +                "const": "press",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator",
      +              "key"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "select",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              },
      +              "value": {
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator",
      +              "value"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "checked": {
      +                "type": "boolean"
      +              },
      +              "kind": {
      +                "const": "check",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator",
      +              "checked"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "hover",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "scroll",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "expected": {
      +                "anyOf": [
      +                  {
      +                    "type": "number"
      +                  },
      +                  {
      +                    "type": "boolean"
      +                  },
      +                  {
      +                    "type": "string"
      +                  },
      +                  {
      +                    "type": "null"
      +                  }
      +                ]
      +              },
      +              "kind": {
      +                "const": "wait",
      +                "type": "string"
      +              },
      +              "locator": {
      +                "$ref": "#/definitions/LocatorOutput"
      +              },
      +              "property": {
      +                "enum": [
      +                  "count",
      +                  "visible",
      +                  "enabled",
      +                  "checked",
      +                  "text"
      +                ],
      +                "type": "string"
      +              },
      +              "timeoutMs": {
      +                "maximum": 9007199254740991,
      +                "minimum": -9007199254740991,
      +                "type": "integer"
      +              }
      +            },
      +            "required": [
      +              "kind",
      +              "locator",
      +              "property",
      +              "expected"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "kind": {
      +                "const": "reload",
      +                "type": "string"
      +              }
      +            },
      +            "required": [
      +              "kind"
      +            ],
      +            "type": "object"
      +          }
      +        ]
      +      },
      +      "maxItems": 100,
      +      "type": "array"
      +    },
      +    "authFixture": {
      +      "enum": [
      +        "seeded-disposable",
      +        "none"
      +      ],
      +      "type": "string"
      +    },
      +    "baseline": {
      +      "additionalProperties": false,
      +      "properties": {
      +        "attempts": {
      +          "items": {
      +            "$ref": "#/definitions/JsonValue"
      +          },
      +          "maxItems": 5,
      +          "type": "array"
      +        },
      +        "budget": {
      +          "$ref": "#/definitions/JsonValue"
      +        },
      +        "evidence": {
      +          "anyOf": [
      +            {
      +              "$ref": "#/definitions/JsonValue"
      +            },
      +            {
      +              "type": "null"
      +            }
      +          ]
      +        },
      +        "flaky": {
      +          "type": "boolean"
      +        },
      +        "level": {
      +          "enum": [
      +            "quick",
      +            "standard",
      +            "strict"
      +          ],
      +          "type": "string"
      +        },
      +        "observedRate": {
      +          "$ref": "#/definitions/JsonValue"
      +        },
      +        "status": {
      +          "enum": [
      +            "reproduced",
      +            "not_reproduced",
      +            "inconclusive"
      +          ],
      +          "type": "string"
      +        },
      +        "termination": {
      +          "maxLength": 500,
      +          "type": "string"
      +        },
      +        "truncation": {
      +          "allOf": [
      +            {
      +              "$ref": "#/definitions/JsonValue"
      +            }
      +          ]
      +        },
      +        "viewportConsensus": {
      +          "additionalProperties": {
      +            "type": "string"
      +          },
      +          "propertyNames": {
      +            "type": "string"
      +          },
      +          "type": "object"
      +        },
      +        "warnings": {
      +          "items": {
      +            "maxLength": 500,
      +            "type": "string"
      +          },
      +          "maxItems": 100,
      +          "type": "array"
      +        }
      +      },
      +      "required": [
      +        "status",
      +        "level",
      +        "flaky",
      +        "budget",
      +        "attempts",
      +        "observedRate",
      +        "evidence",
      +        "warnings",
      +        "termination"
      +      ],
      +      "type": "object"
      +    },
      +    "buildReference": {
      +      "$ref": "#/definitions/JsonValue"
      +    },
      +    "checkpoints": {
      +      "items": {
      +        "$ref": "#/definitions/JsonValue"
      +      },
      +      "maxItems": 16,
      +      "type": "array"
      +    },
      +    "contractHash": {
      +      "maxLength": 64,
      +      "minLength": 64,
      +      "type": "string"
      +    },
      +    "createdAt": {
      +      "maxLength": 100,
      +      "type": "string"
      +    },
      +    "environmentFingerprint": {
      +      "$ref": "#/definitions/EnvironmentFingerprintOutput"
      +    },
      +    "failureSignature": {
      +      "items": {
      +        "$ref": "#/definitions/JsonValue"
      +      },
      +      "maxItems": 64,
      +      "type": "array"
      +    },
      +    "failureViewports": {
      +      "items": {
      +        "maxLength": 40,
      +        "type": "string"
      +      },
      +      "maxItems": 4,
      +      "type": "array"
      +    },
      +    "id": {
      +      "format": "uuid",
      +      "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      +      "type": "string"
      +    },
      +    "name": {
      +      "maxLength": 200,
      +      "type": "string"
      +    },
      +    "persistence": {
      +      "const": "in-memory",
      +      "type": "string"
      +    },
      +    "regressionChecks": {
      +      "items": {
      +        "$ref": "#/definitions/JsonValue"
      +      },
      +      "maxItems": 64,
      +      "type": "array"
      +    },
      +    "requestedLevel": {
      +      "enum": [
      +        "quick",
      +        "standard",
      +        "strict"
      +      ],
      +      "type": "string"
      +    },
      +    "risks": {
      +      "$ref": "#/definitions/JsonValue"
      +    },
      +    "schemaVersion": {
      +      "const": 6,
      +      "type": "number"
      +    },
      +    "serverStateReset": {
      +      "additionalProperties": false,
      +      "properties": {
      +        "action": {
      +          "oneOf": [
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "navigate",
      +                  "type": "string"
      +                },
      +                "url": {
      +                  "maxLength": 2560,
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "url"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "click",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "fill",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                },
      +                "value": {
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "value"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "key": {
      +                  "maxLength": 40,
      +                  "type": "string"
      +                },
      +                "kind": {
      +                  "const": "press",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "key"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "select",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                },
      +                "value": {
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "value"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "checked": {
      +                  "type": "boolean"
      +                },
      +                "kind": {
      +                  "const": "check",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "checked"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "hover",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "scroll",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "expected": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "string"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ]
      +                },
      +                "kind": {
      +                  "const": "wait",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "$ref": "#/definitions/LocatorOutput"
      +                },
      +                "property": {
      +                  "enum": [
      +                    "count",
      +                    "visible",
      +                    "enabled",
      +                    "checked",
      +                    "text"
      +                  ],
      +                  "type": "string"
      +                },
      +                "timeoutMs": {
      +                  "maximum": 9007199254740991,
      +                  "minimum": -9007199254740991,
      +                  "type": "integer"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "property",
      +                "expected"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "reload",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind"
      +              ],
      +              "type": "object"
      +            }
      +          ]
      +        },
      +        "readyCheck": {
      +          "allOf": [
      +            {
      +              "$ref": "#/definitions/JsonValue"
      +            }
      +          ]
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "sessionId": {
      +      "format": "uuid",
      +      "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      +      "type": "string"
      +    },
      +    "tls": {
      +      "enum": [
      +        "strict",
      +        "allow-insecure-loopback"
      +      ],
      +      "type": "string"
      +    },
      +    "url": {
      +      "maxLength": 2560,
      +      "type": "string"
      +    },
      +    "viewports": {
      +      "items": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "height": {
      +            "maximum": 9007199254740991,
      +            "minimum": -9007199254740991,
      +            "type": "integer"
      +          },
      +          "name": {
      +            "maxLength": 40,
      +            "type": "string"
      +          },
      +          "width": {
      +            "maximum": 9007199254740991,
      +            "minimum": -9007199254740991,
      +            "type": "integer"
      +          }
      +        },
      +        "required": [
      +          "width",
      +          "height",
      +          "name"
      +        ],
      +        "type": "object"
      +      },
      +      "maxItems": 4,
      +      "type": "array"
      +    }
      +  },
      +  "required": [
      +    "schemaVersion",
      +    "id",
      +    "sessionId",
      +    "name",
      +    "url",
      +    "actions",
      +    "failureSignature",
      +    "acceptanceChecks",
      +    "regressionChecks",
      +    "checkpoints",
      +    "viewports",
      +    "authFixture",
      +    "tls",
      +    "risks",
      +    "requestedLevel",
      +    "buildReference",
      +    "environmentFingerprint",
      +    "contractHash",
      +    "persistence",
      +    "createdAt",
      +    "baseline"
      +  ],
      +  "type": "object"
      +}
    • changedOutput schema / definitions / __schema0 / anyOf
      Previous value: -[
      -  {
      -    "type": "string"
      -  },
      -  {
      -    "type": "number"
      -  },
      -  {
      -    "type": "boolean"
      -  },
      -  {
      -    "type": "null"
      -  },
      -  {
      -    "items": {
      -      "$ref": "#/definitions/__schema0"
      -    },
      -    "type": "array"
      -  },
      -  {
      -    "additionalProperties": {
      -      "$ref": "#/definitions/__schema0"
      -    },
      -    "propertyNames": {
      -      "type": "string"
      -    },
      -    "type": "object"
      -  }
      -]New value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "number"
      +  },
      +  {
      +    "type": "boolean"
      +  },
      +  {
      +    "type": "null"
      +  },
      +  {
      +    "items": {
      +      "allOf": [
      +        {
      +          "$ref": "#/definitions/__schema0"
      +        }
      +      ]
      +    },
      +    "type": "array"
      +  },
      +  {
      +    "additionalProperties": {
      +      "allOf": [
      +        {
      +          "$ref": "#/definitions/__schema0"
      +        }
      +      ]
      +    },
      +    "propertyNames": {
      +      "type": "string"
      +    },
      +    "type": "object"
      +  }
      +]
    • removedOutput schema / definitions / __schema10
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema10"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema10"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema11
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema11"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema11"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema12
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema12"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema12"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema13
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema13"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema13"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema14
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema14"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema14"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema15
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema15"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema15"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema16
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema16"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema16"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema17
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema17"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema17"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema18
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema18"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema18"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema19
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema19"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema19"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema2
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema2"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema2"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema20
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema20"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema20"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema21
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema21"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema21"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema22
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema22"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema22"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema3
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema3"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema3"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema4
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema4"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema4"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema5
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema5"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema5"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema6
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema6"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema6"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema7
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema7"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema7"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema8
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema8"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema8"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • removedOutput schema / definitions / __schema9
      Removed value: -{
      -  "anyOf": [
      -    {
      -      "type": "string"
      -    },
      -    {
      -      "type": "number"
      -    },
      -    {
      -      "type": "boolean"
      -    },
      -    {
      -      "type": "null"
      -    },
      -    {
      -      "items": {
      -        "$ref": "#/definitions/__schema9"
      -      },
      -      "type": "array"
      -    },
      -    {
      -      "additionalProperties": {
      -        "$ref": "#/definitions/__schema9"
      -      },
      -      "propertyNames": {
      -        "type": "string"
      -      },
      -      "type": "object"
      -    }
      -  ]
      -}
    • changedOutput schema / properties / data / properties / baseline / $ref
      Previous value: -"#/definitions/__schema12"New value: +"#/definitions/JsonValue"
    • changedOutput schema / properties / data / properties / budget / $ref
      Previous value: -"#/definitions/__schema15"New value: +"#/definitions/JsonValue"
    • changedOutput schema / properties / data / properties / buildReference / $ref
      Previous value: -"#/definitions/__schema19"New value: +"#/definitions/JsonValue"
    • changedOutput schema / properties / data / properties / cleanup / $ref
      Previous value: -"#/definitions/__schema16"New value: +"#/definitions/JsonValue"
    • addedOutput schema / properties / data / properties / environmentFingerprint / $ref
      Added value: +"#/definitions/EnvironmentFingerprintOutput"
    • removedOutput schema / properties / data / properties / environmentFingerprint / additionalProperties
      Removed value: -false
    • removedOutput schema / properties / data / properties / environmentFingerprint / properties
      Removed value: -{
      -  "adapterMode": {
      -    "anyOf": [
      -      {
      -        "enum": [
      -          "launch",
      -          "attach",
      -          "webdriver"
      -        ],
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "architecture": {
      -    "maxLength": 100,
      -    "type": "string"
      -  },
      -  "authFixture": {
      -    "enum": [
      -      "seeded-disposable",
      -      "none"
      -    ],
      -    "type": "string"
      -  },
      -  "browser": {
      -    "anyOf": [
      -      {
      -        "enum": [
      -          "chromium",
      -          "safari"
      -        ],
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "browserVersion": {
      -    "anyOf": [
      -      {
      -        "maxLength": 200,
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "descriptor": {
      -    "maxLength": 500,
      -    "type": "string"
      -  },
      -  "isolated": {
      -    "type": "boolean"
      -  },
      -  "nodeVersion": {
      -    "maxLength": 100,
      -    "type": "string"
      -  },
      -  "origin": {
      -    "maxLength": 2560,
      -    "type": "string"
      -  },
      -  "path": {
      -    "maxLength": 2560,
      -    "type": "string"
      -  },
      -  "platform": {
      -    "maxLength": 100,
      -    "type": "string"
      -  },
      -  "projectAmbiguous": {
      -    "type": "boolean"
      -  },
      -  "projectConfidence": {
      -    "enum": [
      -      "high",
      -      "medium",
      -      "low",
      -      "none"
      -    ],
      -    "type": "string"
      -  },
      -  "projectFrameworks": {
      -    "items": {
      -      "enum": [
      -        "vanilla",
      -        "react",
      -        "angular",
      -        "vue",
      -        "vite",
      -        "next"
      -      ],
      -      "type": "string"
      -    },
      -    "maxItems": 6,
      -    "type": "array"
      -  },
      -  "projectRoot": {
      -    "maxLength": 4096,
      -    "type": "string"
      -  },
      -  "remote": {
      -    "type": "boolean"
      -  },
      -  "runtimeCapabilityStates": {
      -    "additionalProperties": {
      -      "enum": [
      -        "supported",
      -        "degraded",
      -        "unsupported"
      -      ],
      -      "type": "string"
      -    },
      -    "propertyNames": {
      -      "type": "string"
      -    },
      -    "type": "object"
      -  },
      -  "runtimeTransport": {
      -    "anyOf": [
      -      {
      -        "enum": [
      -          "chromium-launch",
      -          "chromium-cdp-attach",
      -          "safari-webdriver"
      -        ],
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "schemaVersion": {
      -    "const": 4,
      -    "type": "number"
      -  },
      -  "targetId": {
      -    "anyOf": [
      -      {
      -        "maxLength": 200,
      -        "type": "string"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  },
      -  "tls": {
      -    "enum": [
      -      "strict",
      -      "allow-insecure-loopback"
      -    ],
      -    "type": "string"
      -  },
      -  "viewport": {
      -    "anyOf": [
      -      {
      -        "additionalProperties": false,
      -        "properties": {
      -          "height": {
      -            "maximum": 9007199254740991,
      -            "minimum": -9007199254740991,
      -            "type": "integer"
      -          },
      -          "width": {
      -            "maximum": 9007199254740991,
      -            "minimum": -9007199254740991,
      -            "type": "integer"
      -          }
      -        },
      -        "required": [
      -          "width",
      -          "height"
      -        ],
      -        "type": "object"
      -      },
      -      {
      -        "type": "null"
      -      }
      -    ]
      -  }
      -}
    • removedOutput schema / properties / data / properties / environmentFingerprint / required
      Removed value: -[
      -  "schemaVersion",
      -  "projectRoot",
      -  "descriptor",
      -  "projectFrameworks",
      -  "projectConfidence",
      -  "projectAmbiguous",
      -  "origin",
      -  "path",
      -  "browser",
      -  "browserVersion",
      -  "adapterMode",
      -  "targetId",
      -  "remote",
      -  "isolated",
      -  "viewport",
      -  "tls",
      -  "authFixture",
      -  "runtimeTransport",
      -  "runtimeCapabilityStates",
      -  "nodeVersion",
      -  "platform",
      -  "architecture"
      -]
    • removedOutput schema / properties / data / properties / environmentFingerprint / type
      Removed value: -"object"
    • changedOutput schema / properties / data / properties / evidence / properties / baseline / anyOf
      Previous value: -[
      -  {
      -    "$ref": "#/definitions/__schema17"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "$ref": "#/definitions/JsonValue"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedOutput schema / properties / data / properties / evidence / properties / postFix / anyOf
      Previous value: -[
      -  {
      -    "$ref": "#/definitions/__schema18"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "$ref": "#/definitions/JsonValue"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • changedOutput schema / properties / data / properties / isolation / $ref
      Previous value: -"#/definitions/__schema20"New value: +"#/definitions/JsonValue"
    • changedOutput schema / properties / data / properties / observedRates / $ref
      Previous value: -"#/definitions/__schema14"New value: +"#/definitions/JsonValue"
    • changedOutput schema / properties / data / properties / postFix / $ref
      Previous value: -"#/definitions/__schema13"New value: +"#/definitions/JsonValue"
    • addedOutput schema / properties / data / properties / scenario / $ref
      Added value: +"#/definitions/PublicReproScenarioOutput"
    • removedOutput schema / properties / data / properties / scenario / additionalProperties
      Removed value: -false
    • removedOutput schema / properties / data / properties / scenario / properties
      Removed value: -{
      -  "acceptanceChecks": {
      -    "items": {
      -      "$ref": "#/definitions/__schema1"
      -    },
      -    "maxItems": 64,
      -    "type": "array"
      -  },
      -  "actions": {
      -    "items": {
      -      "oneOf": [
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "navigate",
      -              "type": "string"
      -            },
      -            "url": {
      -              "maxLength": 2560,
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "url"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "click",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "fill",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            },
      -            "value": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator",
      -            "value"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "key": {
      -              "maxLength": 40,
      -              "type": "string"
      -            },
      -            "kind": {
      -              "const": "press",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator",
      -            "key"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "select",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            },
      -            "value": {
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator",
      -            "value"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "checked": {
      -              "type": "boolean"
      -            },
      -            "kind": {
      -              "const": "check",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator",
      -            "checked"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "hover",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "scroll",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "expected": {
      -              "anyOf": [
      -                {
      -                  "type": "number"
      -                },
      -                {
      -                  "type": "boolean"
      -                },
      -                {
      -                  "type": "string"
      -                },
      -                {
      -                  "type": "null"
      -                }
      -              ]
      -            },
      -            "kind": {
      -              "const": "wait",
      -              "type": "string"
      -            },
      -            "locator": {
      -              "oneOf": [
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "css",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "role",
      -                      "type": "string"
      -                    },
      -                    "name": {
      -                      "maxLength": 300,
      -                      "type": "string"
      -                    },
      -                    "role": {
      -                      "maxLength": 100,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "role"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "text",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "label",
      -                      "type": "string"
      -                    },
      -                    "text": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "text"
      -                  ],
      -                  "type": "object"
      -                },
      -                {
      -                  "additionalProperties": false,
      -                  "properties": {
      -                    "kind": {
      -                      "const": "testId",
      -                      "type": "string"
      -                    },
      -                    "value": {
      -                      "maxLength": 500,
      -                      "type": "string"
      -                    }
      -                  },
      -                  "required": [
      -                    "kind",
      -                    "value"
      -                  ],
      -                  "type": "object"
      -                }
      -              ]
      -            },
      -            "property": {
      -              "enum": [
      -                "count",
      -                "visible",
      -                "enabled",
      -                "checked",
      -                "text"
      -              ],
      -              "type": "string"
      -            },
      -            "timeoutMs": {
      -              "maximum": 9007199254740991,
      -              "minimum": -9007199254740991,
      -              "type": "integer"
      -            }
      -          },
      -          "required": [
      -            "kind",
      -            "locator",
      -            "property",
      -            "expected"
      -          ],
      -          "type": "object"
      -        },
      -        {
      -          "additionalProperties": false,
      -          "properties": {
      -            "kind": {
      -              "const": "reload",
      -              "type": "string"
      -            }
      -          },
      -          "required": [
      -            "kind"
      -          ],
      -          "type": "object"
      -        }
      -      ]
      -    },
      -    "maxItems": 100,
      -    "type": "array"
      -  },
      -  "authFixture": {
      -    "enum": [
      -      "seeded-disposable",
      -      "none"
      -    ],
      -    "type": "string"
      -  },
      -  "baseline": {
      -    "additionalProperties": false,
      -    "properties": {
      -      "attempts": {
      -        "items": {
      -          "$ref": "#/definitions/__schema8"
      -        },
      -        "maxItems": 5,
      -        "type": "array"
      -      },
      -      "budget": {
      -        "$ref": "#/definitions/__schema7"
      -      },
      -      "evidence": {
      -        "anyOf": [
      -          {
      -            "$ref": "#/definitions/__schema10"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "flaky": {
      -        "type": "boolean"
      -      },
      -      "level": {
      -        "enum": [
      -          "quick",
      -          "standard",
      -          "strict"
      -        ],
      -        "type": "string"
      -      },
      -      "observedRate": {
      -        "$ref": "#/definitions/__schema9"
      -      },
      -      "status": {
      -        "enum": [
      -          "reproduced",
      -          "not_reproduced",
      -          "inconclusive"
      -        ],
      -        "type": "string"
      -      },
      -      "termination": {
      -        "maxLength": 500,
      -        "type": "string"
      -      },
      -      "truncation": {
      -        "allOf": [
      -          {
      -            "$ref": "#/definitions/__schema11"
      -          }
      -        ]
      -      },
      -      "viewportConsensus": {
      -        "additionalProperties": {
      -          "type": "string"
      -        },
      -        "propertyNames": {
      -          "type": "string"
      -        },
      -        "type": "object"
      -      },
      -      "warnings": {
      -        "items": {
      -          "maxLength": 500,
      -          "type": "string"
      -        },
      -        "maxItems": 100,
      -        "type": "array"
      -      }
      -    },
      -    "required": [
      -      "status",
      -      "level",
      -      "flaky",
      -      "budget",
      -      "attempts",
      -      "observedRate",
      -      "evidence",
      -      "warnings",
      -      "termination"
      -    ],
      -    "type": "object"
      -  },
      -  "buildReference": {
      -    "$ref": "#/definitions/__schema6"
      -  },
      -  "checkpoints": {
      -    "items": {
      -      "$ref": "#/definitions/__schema3"
      -    },
      -    "maxItems": 16,
      -    "type": "array"
      -  },
      -  "contractHash": {
      -    "maxLength": 64,
      -    "minLength": 64,
      -    "type": "string"
      -  },
      -  "createdAt": {
      -    "maxLength": 100,
      -    "type": "string"
      -  },
      -  "environmentFingerprint": {
      -    "additionalProperties": false,
      -    "properties": {
      -      "adapterMode": {
      -        "anyOf": [
      -          {
      -            "enum": [
      -              "launch",
      -              "attach",
      -              "webdriver"
      -            ],
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "architecture": {
      -        "maxLength": 100,
      -        "type": "string"
      -      },
      -      "authFixture": {
      -        "enum": [
      -          "seeded-disposable",
      -          "none"
      -        ],
      -        "type": "string"
      -      },
      -      "browser": {
      -        "anyOf": [
      -          {
      -            "enum": [
      -              "chromium",
      -              "safari"
      -            ],
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "browserVersion": {
      -        "anyOf": [
      -          {
      -            "maxLength": 200,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "descriptor": {
      -        "maxLength": 500,
      -        "type": "string"
      -      },
      -      "isolated": {
      -        "type": "boolean"
      -      },
      -      "nodeVersion": {
      -        "maxLength": 100,
      -        "type": "string"
      -      },
      -      "origin": {
      -        "maxLength": 2560,
      -        "type": "string"
      -      },
      -      "path": {
      -        "maxLength": 2560,
      -        "type": "string"
      -      },
      -      "platform": {
      -        "maxLength": 100,
      -        "type": "string"
      -      },
      -      "projectAmbiguous": {
      -        "type": "boolean"
      -      },
      -      "projectConfidence": {
      -        "enum": [
      -          "high",
      -          "medium",
      -          "low",
      -          "none"
      -        ],
      -        "type": "string"
      -      },
      -      "projectFrameworks": {
      -        "items": {
      -          "enum": [
      -            "vanilla",
      -            "react",
      -            "angular",
      -            "vue",
      -            "vite",
      -            "next"
      -          ],
      -          "type": "string"
      -        },
      -        "maxItems": 6,
      -        "type": "array"
      -      },
      -      "projectRoot": {
      -        "maxLength": 4096,
      -        "type": "string"
      -      },
      -      "remote": {
      -        "type": "boolean"
      -      },
      -      "runtimeCapabilityStates": {
      -        "additionalProperties": {
      -          "enum": [
      -            "supported",
      -            "degraded",
      -            "unsupported"
      -          ],
      -          "type": "string"
      -        },
      -        "propertyNames": {
      -          "type": "string"
      -        },
      -        "type": "object"
      -      },
      -      "runtimeTransport": {
      -        "anyOf": [
      -          {
      -            "enum": [
      -              "chromium-launch",
      -              "chromium-cdp-attach",
      -              "safari-webdriver"
      -            ],
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "schemaVersion": {
      -        "const": 4,
      -        "type": "number"
      -      },
      -      "targetId": {
      -        "anyOf": [
      -          {
      -            "maxLength": 200,
      -            "type": "string"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "tls": {
      -        "enum": [
      -          "strict",
      -          "allow-insecure-loopback"
      -        ],
      -        "type": "string"
      -      },
      -      "viewport": {
      -        "anyOf": [
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "height": {
      -                "maximum": 9007199254740991,
      -                "minimum": -9007199254740991,
      -                "type": "integer"
      -              },
      -              "width": {
      -                "maximum": 9007199254740991,
      -                "minimum": -9007199254740991,
      -                "type": "integer"
      -              }
      -            },
      -            "required": [
      -              "width",
      -              "height"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      }
      -    },
      -    "required": [
      -      "schemaVersion",
      -      "projectRoot",
      -      "descriptor",
      -      "projectFrameworks",
      -      "projectConfidence",
      -      "projectAmbiguous",
      -      "origin",
      -      "path",
      -      "browser",
      -      "browserVersion",
      -      "adapterMode",
      -      "targetId",
      -      "remote",
      -      "isolated",
      -      "viewport",
      -      "tls",
      -      "authFixture",
      -      "runtimeTransport",
      -      "runtimeCapabilityStates",
      -      "nodeVersion",
      -      "platform",
      -      "architecture"
      -    ],
      -    "type": "object"
      -  },
      -  "failureSignature": {
      -    "items": {
      -      "$ref": "#/definitions/__schema0"
      -    },
      -    "maxItems": 64,
      -    "type": "array"
      -  },
      -  "failureViewports": {
      -    "items": {
      -      "maxLength": 40,
      -      "type": "string"
      -    },
      -    "maxItems": 4,
      -    "type": "array"
      -  },
      -  "id": {
      -    "format": "uuid",
      -    "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      -    "type": "string"
      -  },
      -  "name": {
      -    "maxLength": 200,
      -    "type": "string"
      -  },
      -  "persistence": {
      -    "const": "in-memory",
      -    "type": "string"
      -  },
      -  "regressionChecks": {
      -    "items": {
      -      "$ref": "#/definitions/__schema2"
      -    },
      -    "maxItems": 64,
      -    "type": "array"
      -  },
      -  "requestedLevel": {
      -    "enum": [
      -      "quick",
      -      "standard",
      -      "strict"
      -    ],
      -    "type": "string"
      -  },
      -  "risks": {
      -    "$ref": "#/definitions/__schema4"
      -  },
      -  "schemaVersion": {
      -    "const": 6,
      -    "type": "number"
      -  },
      -  "serverStateReset": {
      -    "additionalProperties": false,
      -    "properties": {
      -      "action": {
      -        "oneOf": [
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "navigate",
      -                "type": "string"
      -              },
      -              "url": {
      -                "maxLength": 2560,
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "url"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "click",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "fill",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              },
      -              "value": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator",
      -              "value"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "key": {
      -                "maxLength": 40,
      -                "type": "string"
      -              },
      -              "kind": {
      -                "const": "press",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator",
      -              "key"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "select",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              },
      -              "value": {
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator",
      -              "value"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "checked": {
      -                "type": "boolean"
      -              },
      -              "kind": {
      -                "const": "check",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator",
      -              "checked"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "hover",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "scroll",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "expected": {
      -                "anyOf": [
      -                  {
      -                    "type": "number"
      -                  },
      -                  {
      -                    "type": "boolean"
      -                  },
      -                  {
      -                    "type": "string"
      -                  },
      -                  {
      -                    "type": "null"
      -                  }
      -                ]
      -              },
      -              "kind": {
      -                "const": "wait",
      -                "type": "string"
      -              },
      -              "locator": {
      -                "oneOf": [
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "css",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "role",
      -                        "type": "string"
      -                      },
      -                      "name": {
      -                        "maxLength": 300,
      -                        "type": "string"
      -                      },
      -                      "role": {
      -                        "maxLength": 100,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "role"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "text",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "label",
      -                        "type": "string"
      -                      },
      -                      "text": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "text"
      -                    ],
      -                    "type": "object"
      -                  },
      -                  {
      -                    "additionalProperties": false,
      -                    "properties": {
      -                      "kind": {
      -                        "const": "testId",
      -                        "type": "string"
      -                      },
      -                      "value": {
      -                        "maxLength": 500,
      -                        "type": "string"
      -                      }
      -                    },
      -                    "required": [
      -                      "kind",
      -                      "value"
      -                    ],
      -                    "type": "object"
      -                  }
      -                ]
      -              },
      -              "property": {
      -                "enum": [
      -                  "count",
      -                  "visible",
      -                  "enabled",
      -                  "checked",
      -                  "text"
      -                ],
      -                "type": "string"
      -              },
      -              "timeoutMs": {
      -                "maximum": 9007199254740991,
      -                "minimum": -9007199254740991,
      -                "type": "integer"
      -              }
      -            },
      -            "required": [
      -              "kind",
      -              "locator",
      -              "property",
      -              "expected"
      -            ],
      -            "type": "object"
      -          },
      -          {
      -            "additionalProperties": false,
      -            "properties": {
      -              "kind": {
      -                "const": "reload",
      -                "type": "string"
      -              }
      -            },
      -            "required": [
      -              "kind"
      -            ],
      -            "type": "object"
      -          }
      -        ]
      -      },
      -      "readyCheck": {
      -        "allOf": [
      -          {
      -            "$ref": "#/definitions/__schema5"
      -          }
      -        ]
      -      }
      -    },
      -    "type": "object"
      -  },
      -  "sessionId": {
      -    "format": "uuid",
      -    "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      -    "type": "string"
      -  },
      -  "tls": {
      -    "enum": [
      -      "strict",
      -      "allow-insecure-loopback"
      -    ],
      -    "type": "string"
      -  },
      -  "url": {
      -    "maxLength": 2560,
      -    "type": "string"
      -  },
      -  "viewports": {
      -    "items": {
      -      "additionalProperties": false,
      -      "properties": {
      -        "height": {
      -          "maximum": 9007199254740991,
      -          "minimum": -9007199254740991,
      -          "type": "integer"
      -        },
      -        "name": {
      -          "maxLength": 40,
      -          "type": "string"
      -        },
      -        "width": {
      -          "maximum": 9007199254740991,
      -          "minimum": -9007199254740991,
      -          "type": "integer"
      -        }
      -      },
      -      "required": [
      -        "width",
      -        "height",
      -        "name"
      -      ],
      -      "type": "object"
      -    },
      -    "maxItems": 4,
      -    "type": "array"
      -  }
      -}
    • removedOutput schema / properties / data / properties / scenario / required
      Removed value: -[
      -  "schemaVersion",
      -  "id",
      -  "sessionId",
      -  "name",
      -  "url",
      -  "actions",
      -  "failureSignature",
      -  "acceptanceChecks",
      -  "regressionChecks",
      -  "checkpoints",
      -  "viewports",
      -  "authFixture",
      -  "tls",
      -  "risks",
      -  "requestedLevel",
      -  "buildReference",
      -  "environmentFingerprint",
      -  "contractHash",
      -  "persistence",
      -  "createdAt",
      -  "baseline"
      -]
    • removedOutput schema / properties / data / properties / scenario / type
      Removed value: -"object"
    • changedOutput schema / properties / data / properties / truncation / $ref
      Previous value: -"#/definitions/__schema21"New value: +"#/definitions/JsonValue"
    • changedOutput schema / properties / error / properties / details / allOf
      Previous value: -[
      -  {
      -    "$ref": "#/definitions/__schema22"
      -  }
      -]New value: +[
      +  {
      +    "$ref": "#/definitions/__schema1"
      +  }
      +]
  2. Changed27 schema fields changedv0.7.0
    • addedOutput schema / definitions / __schema10
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema10"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema10"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema11
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema11"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema11"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema12
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema12"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema12"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema13
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema13"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema13"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema14
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema14"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema14"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema15
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema15"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema15"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema16
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema16"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema16"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema17
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema17"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema17"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema18
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema18"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema18"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema19
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema19"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema19"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema2
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema2"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema2"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema20
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema20"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema20"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema21
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema21"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema21"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema22
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema22"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema22"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema3
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema3"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema3"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema4
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema4"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema4"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema5
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema5"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema5"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema6
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema6"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema6"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema7
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema7"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema7"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema8
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema8"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema8"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / definitions / __schema9
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "boolean"
      +    },
      +    {
      +      "type": "null"
      +    },
      +    {
      +      "items": {
      +        "$ref": "#/definitions/__schema9"
      +      },
      +      "type": "array"
      +    },
      +    {
      +      "additionalProperties": {
      +        "$ref": "#/definitions/__schema9"
      +      },
      +      "propertyNames": {
      +        "type": "string"
      +      },
      +      "type": "object"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / data / additionalProperties
      Added value: +false
    • removedOutput schema / properties / data / allOf
      Removed value: -[
      -  {
      -    "$ref": "#/definitions/__schema0"
      -  }
      -]
    • addedOutput schema / properties / data / properties
      Added value: +{
      +  "baseline": {
      +    "$ref": "#/definitions/__schema12"
      +  },
      +  "budget": {
      +    "$ref": "#/definitions/__schema15"
      +  },
      +  "buildReference": {
      +    "$ref": "#/definitions/__schema19"
      +  },
      +  "cleanup": {
      +    "$ref": "#/definitions/__schema16"
      +  },
      +  "contractHash": {
      +    "maxLength": 64,
      +    "minLength": 64,
      +    "type": "string"
      +  },
      +  "environmentFingerprint": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "adapterMode": {
      +        "anyOf": [
      +          {
      +            "enum": [
      +              "launch",
      +              "attach",
      +              "webdriver"
      +            ],
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "architecture": {
      +        "maxLength": 100,
      +        "type": "string"
      +      },
      +      "authFixture": {
      +        "enum": [
      +          "seeded-disposable",
      +          "none"
      +        ],
      +        "type": "string"
      +      },
      +      "browser": {
      +        "anyOf": [
      +          {
      +            "enum": [
      +              "chromium",
      +              "safari"
      +            ],
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "browserVersion": {
      +        "anyOf": [
      +          {
      +            "maxLength": 200,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "descriptor": {
      +        "maxLength": 500,
      +        "type": "string"
      +      },
      +      "isolated": {
      +        "type": "boolean"
      +      },
      +      "nodeVersion": {
      +        "maxLength": 100,
      +        "type": "string"
      +      },
      +      "origin": {
      +        "maxLength": 2560,
      +        "type": "string"
      +      },
      +      "path": {
      +        "maxLength": 2560,
      +        "type": "string"
      +      },
      +      "platform": {
      +        "maxLength": 100,
      +        "type": "string"
      +      },
      +      "projectAmbiguous": {
      +        "type": "boolean"
      +      },
      +      "projectConfidence": {
      +        "enum": [
      +          "high",
      +          "medium",
      +          "low",
      +          "none"
      +        ],
      +        "type": "string"
      +      },
      +      "projectFrameworks": {
      +        "items": {
      +          "enum": [
      +            "vanilla",
      +            "react",
      +            "angular",
      +            "vue",
      +            "vite",
      +            "next"
      +          ],
      +          "type": "string"
      +        },
      +        "maxItems": 6,
      +        "type": "array"
      +      },
      +      "projectRoot": {
      +        "maxLength": 4096,
      +        "type": "string"
      +      },
      +      "remote": {
      +        "type": "boolean"
      +      },
      +      "runtimeCapabilityStates": {
      +        "additionalProperties": {
      +          "enum": [
      +            "supported",
      +            "degraded",
      +            "unsupported"
      +          ],
      +          "type": "string"
      +        },
      +        "propertyNames": {
      +          "type": "string"
      +        },
      +        "type": "object"
      +      },
      +      "runtimeTransport": {
      +        "anyOf": [
      +          {
      +            "enum": [
      +              "chromium-launch",
      +              "chromium-cdp-attach",
      +              "safari-webdriver"
      +            ],
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "schemaVersion": {
      +        "const": 4,
      +        "type": "number"
      +      },
      +      "targetId": {
      +        "anyOf": [
      +          {
      +            "maxLength": 200,
      +            "type": "string"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "tls": {
      +        "enum": [
      +          "strict",
      +          "allow-insecure-loopback"
      +        ],
      +        "type": "string"
      +      },
      +      "viewport": {
      +        "anyOf": [
      +          {
      +            "additionalProperties": false,
      +            "properties": {
      +              "height": {
      +                "maximum": 9007199254740991,
      +                "minimum": -9007199254740991,
      +                "type": "integer"
      +              },
      +              "width": {
      +                "maximum": 9007199254740991,
      +                "minimum": -9007199254740991,
      +                "type": "integer"
      +              }
      +            },
      +            "required": [
      +              "width",
      +              "height"
      +            ],
      +            "type": "object"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "schemaVersion",
      +      "projectRoot",
      +      "descriptor",
      +      "projectFrameworks",
      +      "projectConfidence",
      +      "projectAmbiguous",
      +      "origin",
      +      "path",
      +      "browser",
      +      "browserVersion",
      +      "adapterMode",
      +      "targetId",
      +      "remote",
      +      "isolated",
      +      "viewport",
      +      "tls",
      +      "authFixture",
      +      "runtimeTransport",
      +      "runtimeCapabilityStates",
      +      "nodeVersion",
      +      "platform",
      +      "architecture"
      +    ],
      +    "type": "object"
      +  },
      +  "escalations": {
      +    "items": {
      +      "maxLength": 500,
      +      "type": "string"
      +    },
      +    "maxItems": 100,
      +    "type": "array"
      +  },
      +  "evidence": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "baseline": {
      +        "anyOf": [
      +          {
      +            "$ref": "#/definitions/__schema17"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "postFix": {
      +        "anyOf": [
      +          {
      +            "$ref": "#/definitions/__schema18"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "baseline",
      +      "postFix"
      +    ],
      +    "type": "object"
      +  },
      +  "flaky": {
      +    "type": "boolean"
      +  },
      +  "isolation": {
      +    "$ref": "#/definitions/__schema20"
      +  },
      +  "level": {
      +    "enum": [
      +      "quick",
      +      "standard",
      +      "strict"
      +    ],
      +    "type": "string"
      +  },
      +  "observedRates": {
      +    "$ref": "#/definitions/__schema14"
      +  },
      +  "outcome": {
      +    "enum": [
      +      "verified",
      +      "failed",
      +      "inconclusive"
      +    ],
      +    "type": "string"
      +  },
      +  "persistence": {
      +    "const": "in-memory",
      +    "type": "string"
      +  },
      +  "postFix": {
      +    "$ref": "#/definitions/__schema13"
      +  },
      +  "requestedLevel": {
      +    "enum": [
      +      "quick",
      +      "standard",
      +      "strict"
      +    ],
      +    "type": "string"
      +  },
      +  "scenario": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "acceptanceChecks": {
      +        "items": {
      +          "$ref": "#/definitions/__schema1"
      +        },
      +        "maxItems": 64,
      +        "type": "array"
      +      },
      +      "actions": {
      +        "items": {
      +          "oneOf": [
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "navigate",
      +                  "type": "string"
      +                },
      +                "url": {
      +                  "maxLength": 2560,
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "url"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "click",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "fill",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                },
      +                "value": {
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "value"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "key": {
      +                  "maxLength": 40,
      +                  "type": "string"
      +                },
      +                "kind": {
      +                  "const": "press",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "key"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "select",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                },
      +                "value": {
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "value"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "checked": {
      +                  "type": "boolean"
      +                },
      +                "kind": {
      +                  "const": "check",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "checked"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "hover",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "scroll",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "expected": {
      +                  "anyOf": [
      +                    {
      +                      "type": "number"
      +                    },
      +                    {
      +                      "type": "boolean"
      +                    },
      +                    {
      +                      "type": "string"
      +                    },
      +                    {
      +                      "type": "null"
      +                    }
      +                  ]
      +                },
      +                "kind": {
      +                  "const": "wait",
      +                  "type": "string"
      +                },
      +                "locator": {
      +                  "oneOf": [
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "css",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "role",
      +                          "type": "string"
      +                        },
      +                        "name": {
      +                          "maxLength": 300,
      +                          "type": "string"
      +                        },
      +                        "role": {
      +                          "maxLength": 100,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "role"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "text",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "label",
      +                          "type": "string"
      +                        },
      +                        "text": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "text"
      +                      ],
      +                      "type": "object"
      +                    },
      +                    {
      +                      "additionalProperties": false,
      +                      "properties": {
      +                        "kind": {
      +                          "const": "testId",
      +                          "type": "string"
      +                        },
      +                        "value": {
      +                          "maxLength": 500,
      +                          "type": "string"
      +                        }
      +                      },
      +                      "required": [
      +                        "kind",
      +                        "value"
      +                      ],
      +                      "type": "object"
      +                    }
      +                  ]
      +                },
      +                "property": {
      +                  "enum": [
      +                    "count",
      +                    "visible",
      +                    "enabled",
      +                    "checked",
      +                    "text"
      +                  ],
      +                  "type": "string"
      +                },
      +                "timeoutMs": {
      +                  "maximum": 9007199254740991,
      +                  "minimum": -9007199254740991,
      +                  "type": "integer"
      +                }
      +              },
      +              "required": [
      +                "kind",
      +                "locator",
      +                "property",
      +                "expected"
      +              ],
      +              "type": "object"
      +            },
      +            {
      +              "additionalProperties": false,
      +              "properties": {
      +                "kind": {
      +                  "const": "reload",
      +                  "type": "string"
      +                }
      +              },
      +              "required": [
      +                "kind"
      +              ],
      +              "type": "object"
      +            }
      +          ]
      +        },
      +        "maxItems": 100,
      +        "type": "array"
      +      },
      +      "authFixture": {
      +        "enum": [
      +          "seeded-disposable",
      +          "none"
      +        ],
      +        "type": "string"
      +      },
      +      "baseline": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "attempts": {
      +            "items": {
      +              "$ref": "#/definitions/__schema8"
      +            },
      +            "maxItems": 5,
      +            "type": "array"
      +          },
      +          "budget": {
      +            "$ref": "#/definitions/__schema7"
      +          },
      +          "evidence": {
      +            "anyOf": [
      +              {
      +                "$ref": "#/definitions/__schema10"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "flaky": {
      +            "type": "boolean"
      +          },
      +          "level": {
      +            "enum": [
      +              "quick",
      +              "standard",
      +              "strict"
      +            ],
      +            "type": "string"
      +          },
      +          "observedRate": {
      +            "$ref": "#/definitions/__schema9"
      +          },
      +          "status": {
      +            "enum": [
      +              "reproduced",
      +              "not_reproduced",
      +              "inconclusive"
      +            ],
      +            "type": "string"
      +          },
      +          "termination": {
      +            "maxLength": 500,
      +            "type": "string"
      +          },
      +          "truncation": {
      +            "allOf": [
      +              {
      +                "$ref": "#/definitions/__schema11"
      +              }
      +            ]
      +          },
      +          "viewportConsensus": {
      +            "additionalProperties": {
      +              "type": "string"
      +            },
      +            "propertyNames": {
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "warnings": {
      +            "items": {
      +              "maxLength": 500,
      +              "type": "string"
      +            },
      +            "maxItems": 100,
      +            "type": "array"
      +          }
      +        },
      +        "required": [
      +          "status",
      +          "level",
      +          "flaky",
      +          "budget",
      +          "attempts",
      +          "observedRate",
      +          "evidence",
      +          "warnings",
      +          "termination"
      +        ],
      +        "type": "object"
      +      },
      +      "buildReference": {
      +        "$ref": "#/definitions/__schema6"
      +      },
      +      "checkpoints": {
      +        "items": {
      +          "$ref": "#/definitions/__schema3"
      +        },
      +        "maxItems": 16,
      +        "type": "array"
      +      },
      +      "contractHash": {
      +        "maxLength": 64,
      +        "minLength": 64,
      +        "type": "string"
      +      },
      +      "createdAt": {
      +        "maxLength": 100,
      +        "type": "string"
      +      },
      +      "environmentFingerprint": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "adapterMode": {
      +            "anyOf": [
      +              {
      +                "enum": [
      +                  "launch",
      +                  "attach",
      +                  "webdriver"
      +                ],
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "architecture": {
      +            "maxLength": 100,
      +            "type": "string"
      +          },
      +          "authFixture": {
      +            "enum": [
      +              "seeded-disposable",
      +              "none"
      +            ],
      +            "type": "string"
      +          },
      +          "browser": {
      +            "anyOf": [
      +              {
      +                "enum": [
      +                  "chromium",
      +                  "safari"
      +                ],
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "browserVersion": {
      +            "anyOf": [
      +              {
      +                "maxLength": 200,
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "descriptor": {
      +            "maxLength": 500,
      +            "type": "string"
      +          },
      +          "isolated": {
      +            "type": "boolean"
      +          },
      +          "nodeVersion": {
      +            "maxLength": 100,
      +            "type": "string"
      +          },
      +          "origin": {
      +            "maxLength": 2560,
      +            "type": "string"
      +          },
      +          "path": {
      +            "maxLength": 2560,
      +            "type": "string"
      +          },
      +          "platform": {
      +            "maxLength": 100,
      +            "type": "string"
      +          },
      +          "projectAmbiguous": {
      +            "type": "boolean"
      +          },
      +          "projectConfidence": {
      +            "enum": [
      +              "high",
      +              "medium",
      +              "low",
      +              "none"
      +            ],
      +            "type": "string"
      +          },
      +          "projectFrameworks": {
      +            "items": {
      +              "enum": [
      +                "vanilla",
      +                "react",
      +                "angular",
      +                "vue",
      +                "vite",
      +                "next"
      +              ],
      +              "type": "string"
      +            },
      +            "maxItems": 6,
      +            "type": "array"
      +          },
      +          "projectRoot": {
      +            "maxLength": 4096,
      +            "type": "string"
      +          },
      +          "remote": {
      +            "type": "boolean"
      +          },
      +          "runtimeCapabilityStates": {
      +            "additionalProperties": {
      +              "enum": [
      +                "supported",
      +                "degraded",
      +                "unsupported"
      +              ],
      +              "type": "string"
      +            },
      +            "propertyNames": {
      +              "type": "string"
      +            },
      +            "type": "object"
      +          },
      +          "runtimeTransport": {
      +            "anyOf": [
      +              {
      +                "enum": [
      +                  "chromium-launch",
      +                  "chromium-cdp-attach",
      +                  "safari-webdriver"
      +                ],
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "schemaVersion": {
      +            "const": 4,
      +            "type": "number"
      +          },
      +          "targetId": {
      +            "anyOf": [
      +              {
      +                "maxLength": 200,
      +                "type": "string"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          },
      +          "tls": {
      +            "enum": [
      +              "strict",
      +              "allow-insecure-loopback"
      +            ],
      +            "type": "string"
      +          },
      +          "viewport": {
      +            "anyOf": [
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "height": {
      +                    "maximum": 9007199254740991,
      +                    "minimum": -9007199254740991,
      +                    "type": "integer"
      +                  },
      +                  "width": {
      +                    "maximum": 9007199254740991,
      +                    "minimum": -9007199254740991,
      +                    "type": "integer"
      +                  }
      +                },
      +                "required": [
      +                  "width",
      +                  "height"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "type": "null"
      +              }
      +            ]
      +          }
      +        },
      +        "required": [
      +          "schemaVersion",
      +          "projectRoot",
      +          "descriptor",
      +          "projectFrameworks",
      +          "projectConfidence",
      +          "projectAmbiguous",
      +          "origin",
      +          "path",
      +          "browser",
      +          "browserVersion",
      +          "adapterMode",
      +          "targetId",
      +          "remote",
      +          "isolated",
      +          "viewport",
      +          "tls",
      +          "authFixture",
      +          "runtimeTransport",
      +          "runtimeCapabilityStates",
      +          "nodeVersion",
      +          "platform",
      +          "architecture"
      +        ],
      +        "type": "object"
      +      },
      +      "failureSignature": {
      +        "items": {
      +          "$ref": "#/definitions/__schema0"
      +        },
      +        "maxItems": 64,
      +        "type": "array"
      +      },
      +      "failureViewports": {
      +        "items": {
      +          "maxLength": 40,
      +          "type": "string"
      +        },
      +        "maxItems": 4,
      +        "type": "array"
      +      },
      +      "id": {
      +        "format": "uuid",
      +        "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      +        "type": "string"
      +      },
      +      "name": {
      +        "maxLength": 200,
      +        "type": "string"
      +      },
      +      "persistence": {
      +        "const": "in-memory",
      +        "type": "string"
      +      },
      +      "regressionChecks": {
      +        "items": {
      +          "$ref": "#/definitions/__schema2"
      +        },
      +        "maxItems": 64,
      +        "type": "array"
      +      },
      +      "requestedLevel": {
      +        "enum": [
      +          "quick",
      +          "standard",
      +          "strict"
      +        ],
      +        "type": "string"
      +      },
      +      "risks": {
      +        "$ref": "#/definitions/__schema4"
      +      },
      +      "schemaVersion": {
      +        "const": 6,
      +        "type": "number"
      +      },
      +      "serverStateReset": {
      +        "additionalProperties": false,
      +        "properties": {
      +          "action": {
      +            "oneOf": [
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "navigate",
      +                    "type": "string"
      +                  },
      +                  "url": {
      +                    "maxLength": 2560,
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "url"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "click",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "fill",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  },
      +                  "value": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator",
      +                  "value"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "key": {
      +                    "maxLength": 40,
      +                    "type": "string"
      +                  },
      +                  "kind": {
      +                    "const": "press",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator",
      +                  "key"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "select",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  },
      +                  "value": {
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator",
      +                  "value"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "checked": {
      +                    "type": "boolean"
      +                  },
      +                  "kind": {
      +                    "const": "check",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator",
      +                  "checked"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "hover",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "scroll",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "expected": {
      +                    "anyOf": [
      +                      {
      +                        "type": "number"
      +                      },
      +                      {
      +                        "type": "boolean"
      +                      },
      +                      {
      +                        "type": "string"
      +                      },
      +                      {
      +                        "type": "null"
      +                      }
      +                    ]
      +                  },
      +                  "kind": {
      +                    "const": "wait",
      +                    "type": "string"
      +                  },
      +                  "locator": {
      +                    "oneOf": [
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "css",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "role",
      +                            "type": "string"
      +                          },
      +                          "name": {
      +                            "maxLength": 300,
      +                            "type": "string"
      +                          },
      +                          "role": {
      +                            "maxLength": 100,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "role"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "text",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "label",
      +                            "type": "string"
      +                          },
      +                          "text": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "text"
      +                        ],
      +                        "type": "object"
      +                      },
      +                      {
      +                        "additionalProperties": false,
      +                        "properties": {
      +                          "kind": {
      +                            "const": "testId",
      +                            "type": "string"
      +                          },
      +                          "value": {
      +                            "maxLength": 500,
      +                            "type": "string"
      +                          }
      +                        },
      +                        "required": [
      +                          "kind",
      +                          "value"
      +                        ],
      +                        "type": "object"
      +                      }
      +                    ]
      +                  },
      +                  "property": {
      +                    "enum": [
      +                      "count",
      +                      "visible",
      +                      "enabled",
      +                      "checked",
      +                      "text"
      +                    ],
      +                    "type": "string"
      +                  },
      +                  "timeoutMs": {
      +                    "maximum": 9007199254740991,
      +                    "minimum": -9007199254740991,
      +                    "type": "integer"
      +                  }
      +                },
      +                "required": [
      +                  "kind",
      +                  "locator",
      +                  "property",
      +                  "expected"
      +                ],
      +                "type": "object"
      +              },
      +              {
      +                "additionalProperties": false,
      +                "properties": {
      +                  "kind": {
      +                    "const": "reload",
      +                    "type": "string"
      +                  }
      +                },
      +                "required": [
      +                  "kind"
      +                ],
      +                "type": "object"
      +              }
      +            ]
      +          },
      +          "readyCheck": {
      +            "allOf": [
      +              {
      +                "$ref": "#/definitions/__schema5"
      +              }
      +            ]
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "sessionId": {
      +        "format": "uuid",
      +        "pattern": "^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$",
      +        "type": "string"
      +      },
      +      "tls": {
      +        "enum": [
      +          "strict",
      +          "allow-insecure-loopback"
      +        ],
      +        "type": "string"
      +      },
      +      "url": {
      +        "maxLength": 2560,
      +        "type": "string"
      +      },
      +      "viewports": {
      +        "items": {
      +          "additionalProperties": false,
      +          "properties": {
      +            "height": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            },
      +            "name": {
      +              "maxLength": 40,
      +              "type": "string"
      +            },
      +            "width": {
      +              "maximum": 9007199254740991,
      +              "minimum": -9007199254740991,
      +              "type": "integer"
      +            }
      +          },
      +          "required": [
      +            "width",
      +            "height",
      +            "name"
      +          ],
      +          "type": "object"
      +        },
      +        "maxItems": 4,
      +        "type": "array"
      +      }
      +    },
      +    "required": [
      +      "schemaVersion",
      +      "id",
      +      "sessionId",
      +      "name",
      +      "url",
      +      "actions",
      +      "failureSignature",
      +      "acceptanceChecks",
      +      "regressionChecks",
      +      "checkpoints",
      +      "viewports",
      +      "authFixture",
      +      "tls",
      +      "risks",
      +      "requestedLevel",
      +      "buildReference",
      +      "environmentFingerprint",
      +      "contractHash",
      +      "persistence",
      +      "createdAt",
      +      "baseline"
      +    ],
      +    "type": "object"
      +  },
      +  "schemaVersion": {
      +    "const": 6,
      +    "type": "number"
      +  },
      +  "termination": {
      +    "maxLength": 500,
      +    "type": "string"
      +  },
      +  "truncation": {
      +    "$ref": "#/definitions/__schema21"
      +  },
      +  "warnings": {
      +    "items": {
      +      "maxLength": 500,
      +      "type": "string"
      +    },
      +    "maxItems": 100,
      +    "type": "array"
      +  }
      +}
    • addedOutput schema / properties / data / required
      Added value: +[
      +  "schemaVersion",
      +  "outcome",
      +  "level",
      +  "requestedLevel",
      +  "escalations",
      +  "flaky",
      +  "scenario",
      +  "baseline",
      +  "postFix",
      +  "observedRates",
      +  "budget",
      +  "cleanup",
      +  "evidence",
      +  "environmentFingerprint",
      +  "contractHash",
      +  "buildReference",
      +  "isolation",
      +  "persistence",
      +  "warnings",
      +  "termination",
      +  "truncation"
      +]
    • addedOutput schema / properties / data / type
      Added value: +"object"
    • changedOutput schema / properties / error / properties / details / allOf
      Previous value: -[
      -  {
      -    "$ref": "#/definitions/__schema1"
      -  }
      -]New value: +[
      +  {
      +    "$ref": "#/definitions/__schema22"
      +  }
      +]
  3. First observedv0.5.0-next.0

TDQS

C2.7/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already classify the tool as non-read-only, non-idempotent, open-world, and destructive, so the bar is lower. The description adds the behavioral trait of 'adaptive bounded attempts' and the possibility of an 'inconclusive' result, but it does not explain why the operation may be destructive or what state changes can occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single front-loaded sentence with no filler or repetition. It earns its place, though the term 'adaptive bounded attempts' is compressed to the point of ambiguity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 4 parameters (including a nested optional object), no schema descriptions, and a non-trivial tri-state outcome, the description is too sparse to fully support an agent. It leaves unclear how buildReference and requestedLevel change behavior, what prerequisites must hold, and how 'inconclusive' should be interpreted.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description needed to compensate, but it never names or explains sessionId, scenarioId, buildReference, or requestedLevel. The phrase 'stored pre-fix reproduction' only vaguely gestures at scenarioId, and 'adaptive bounded attempts' weakly suggests requestedLevel, which is insufficient for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('Verify'), a specific resource ('stored pre-fix reproduction'), and an explicit outcome ('verified, failed, or inconclusive evidence'), so an agent can tell it is a verification tool. It does not explicitly contrast with sibling tools like web_replay_seek or web_next_inspect, keeping it a notch below full clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use this tool instead of siblings such as web_replay_seek, web_next_inspect, or web_debug_control, and no mention of prerequisites like recording a reproduction first. 'Adaptive bounded attempts' hints at a verification strategy but does not tell the agent when this is the right call.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.