LambdaTest · JSON-LD Context

Lambdatest Context

JSON-LD context defining the semantic vocabulary for Lambdatest from LambdaTest.

5 Classes 38 Properties 2 Namespaces
View Context View on GitHub

Namespaces

lt: https://www.lambdatest.com/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Build Session SmartUIBuild Screenshot Tunnel

Properties

Property Type Container
build_id
build_name
test_id
session_id
project_id
project_token
status_ind
build_status
mismatch_percentage decimal
threshold decimal
username
user_id
browser
browser_version
platform
device
create_timestamp dateTime
start_timestamp dateTime
end_timestamp dateTime
duration integer
console_logs_url reference
network_logs_url reference
command_logs_url reference
selenium_logs_url reference
screenshot_url reference
video_url reference
dashboard_url reference
public_url reference
tags set
customData
captured_image reference
baseline_image reference
compared_image reference
screenshot_name
approved_by
tunnel_id
tunnel_name
status

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "lt": "https://www.lambdatest.com/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Build": "lt:Build",
    "Session": "lt:Session",
    "SmartUIBuild": "lt:SmartUIBuild",
    "Screenshot": "lt:Screenshot",
    "Tunnel": "lt:Tunnel",

    "build_id": { "@id": "lt:buildId" },
    "build_name": { "@id": "lt:buildName" },
    "test_id": { "@id": "lt:testId" },
    "session_id": { "@id": "lt:sessionId" },
    "project_id": { "@id": "lt:projectId" },
    "project_token": { "@id": "lt:projectToken" },

    "status_ind": { "@id": "lt:statusIndicator" },
    "build_status": { "@id": "lt:buildStatus" },
    "mismatch_percentage": { "@id": "lt:mismatchPercentage", "@type": "xsd:decimal" },
    "threshold": { "@id": "lt:comparisonThreshold", "@type": "xsd:decimal" },

    "username": { "@id": "schema:name" },
    "user_id": { "@id": "schema:identifier" },
    "browser": { "@id": "lt:browser" },
    "browser_version": { "@id": "lt:browserVersion" },
    "platform": { "@id": "lt:platform" },
    "device": { "@id": "lt:device" },

    "create_timestamp": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
    "start_timestamp": { "@id": "schema:startDate", "@type": "xsd:dateTime" },
    "end_timestamp": { "@id": "schema:endDate", "@type": "xsd:dateTime" },
    "duration": { "@id": "schema:duration", "@type": "xsd:integer" },

    "console_logs_url": { "@id": "lt:consoleLogsUrl", "@type": "@id" },
    "network_logs_url": { "@id": "lt:networkLogsUrl", "@type": "@id" },
    "command_logs_url": { "@id": "lt:commandLogsUrl", "@type": "@id" },
    "selenium_logs_url": { "@id": "lt:seleniumLogsUrl", "@type": "@id" },
    "screenshot_url": { "@id": "lt:screenshotUrl", "@type": "@id" },
    "video_url": { "@id": "lt:videoUrl", "@type": "@id" },
    "dashboard_url": { "@id": "lt:dashboardUrl", "@type": "@id" },
    "public_url": { "@id": "lt:publicUrl", "@type": "@id" },

    "tags": { "@id": "schema:keywords", "@container": "@set" },
    "customData": { "@id": "lt:customData" },

    "captured_image": { "@id": "lt:capturedImage", "@type": "@id" },
    "baseline_image": { "@id": "lt:baselineImage", "@type": "@id" },
    "compared_image": { "@id": "lt:comparedImage", "@type": "@id" },
    "screenshot_name": { "@id": "schema:name" },
    "approved_by": { "@id": "lt:approvedBy" },

    "tunnel_id": { "@id": "lt:tunnelId" },
    "tunnel_name": { "@id": "lt:tunnelName" },
    "status": { "@id": "lt:status" }
  }
}