LambdaTest · Schema

LambdaTest SmartUI Build

Represents a SmartUI visual regression build with screenshot comparison results.

TestingCross-Browser TestingSeleniumCypressPlaywrightMobile TestingAutomationQAVisual Regression

Properties

Name Type Description
build_id string Unique identifier for the SmartUI build.
name string Display name of the build.
baseline boolean Whether this build is marked as the baseline.
build_status string Overall approval status of the build.
changesFound integer Number of screenshots with visual differences detected.
approved integer Number of screenshots approved.
underReview integer Number of screenshots under review.
rejected integer Number of screenshots rejected.
projectName string Name of the SmartUI project.
screenshots array List of screenshot comparison results.
View JSON Schema on GitHub

JSON Schema

lambdatest-smartui-build-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lambdatest/main/json-schema/lambdatest-smartui-build-schema.json",
  "title": "LambdaTest SmartUI Build",
  "description": "Represents a SmartUI visual regression build with screenshot comparison results.",
  "type": "object",
  "properties": {
    "build_id": {
      "type": "string",
      "description": "Unique identifier for the SmartUI build.",
      "example": "c74f72b5-2dd9-42a4-9478-cd8174a56152"
    },
    "name": {
      "type": "string",
      "description": "Display name of the build.",
      "example": "build-1"
    },
    "baseline": {
      "type": "boolean",
      "description": "Whether this build is marked as the baseline.",
      "example": false
    },
    "build_status": {
      "type": "string",
      "description": "Overall approval status of the build.",
      "example": "Approved"
    },
    "changesFound": {
      "type": "integer",
      "description": "Number of screenshots with visual differences detected.",
      "example": 2
    },
    "approved": {
      "type": "integer",
      "description": "Number of screenshots approved.",
      "example": 3
    },
    "underReview": {
      "type": "integer",
      "description": "Number of screenshots under review.",
      "example": 0
    },
    "rejected": {
      "type": "integer",
      "description": "Number of screenshots rejected.",
      "example": 0
    },
    "projectName": {
      "type": "string",
      "description": "Name of the SmartUI project.",
      "example": "web-project"
    },
    "screenshots": {
      "type": "array",
      "description": "List of screenshot comparison results.",
      "items": {
        "type": "object",
        "properties": {
          "screenshot_name": { "type": "string", "example": "home-page" },
          "captured_image": { "type": "string", "format": "uri" },
          "baseline_image": { "type": "string", "format": "uri" },
          "compared_image": { "type": "string", "format": "uri" },
          "browser_name": { "type": "string", "example": "chrome" },
          "browser_version": { "type": "string", "example": "118.0" },
          "viewport": { "type": "string", "example": "1920x1080" },
          "os": { "type": "string", "example": "default" },
          "mismatch_percentage": { "type": "number", "example": 0.1 },
          "status": { "type": "string", "example": "Approved" },
          "approved_by": { "type": "string", "example": "john" },
          "captured_image_timestamp": { "type": "string", "example": "2023-11-10 13:47:24" },
          "compared_image_timestamp": { "type": "string", "example": "2023-11-10 13:47:29" }
        }
      }
    }
  },
  "required": ["build_id", "build_status"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lambdatest-smartui-build"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.