Browserbase · JSON-LD Context

Browserbase Context

JSON-LD context defining the semantic vocabulary for Browserbase from Browserbase.

0 Classes 5 Properties 5 Namespaces
View Context View on GitHub

Namespaces

browserbase: https://api.browserbase.com/v1/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
hydra: http://www.w3.org/ns/hydra/core#

Properties

Property Type Container
Session
Context
Project
Extension
DebugUrls

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "browserbase": "https://api.browserbase.com/v1/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "hydra": "http://www.w3.org/ns/hydra/core#",

    "Session": {
      "@id": "browserbase:Session",
      "@context": {
        "id": { "@id": "browserbase:Session/id", "@type": "xsd:string" },
        "status": { "@id": "browserbase:Session/status", "@type": "xsd:string" },
        "connectUrl": { "@id": "browserbase:Session/connectUrl", "@type": "xsd:anyURI" },
        "seleniumRemoteUrl": { "@id": "browserbase:Session/seleniumRemoteUrl", "@type": "xsd:anyURI" },
        "signingKey": { "@id": "browserbase:Session/signingKey", "@type": "xsd:string" },
        "projectId": { "@id": "browserbase:Session/projectId", "@type": "xsd:string" },
        "region": { "@id": "browserbase:Session/region", "@type": "xsd:string" },
        "keepAlive": { "@id": "browserbase:Session/keepAlive", "@type": "xsd:boolean" },
        "createdAt": { "@id": "browserbase:Session/createdAt", "@type": "xsd:dateTime" },
        "updatedAt": { "@id": "browserbase:Session/updatedAt", "@type": "xsd:dateTime" },
        "startedAt": { "@id": "browserbase:Session/startedAt", "@type": "xsd:dateTime" },
        "expiresAt": { "@id": "browserbase:Session/expiresAt", "@type": "xsd:dateTime" }
      }
    },

    "Context": {
      "@id": "browserbase:Context",
      "@context": {
        "id": { "@id": "browserbase:Context/id", "@type": "xsd:string" },
        "uploadUrl": { "@id": "browserbase:Context/uploadUrl", "@type": "xsd:anyURI" },
        "publicKey": { "@id": "browserbase:Context/publicKey", "@type": "xsd:string" },
        "cipherAlgorithm": { "@id": "browserbase:Context/cipherAlgorithm", "@type": "xsd:string" },
        "initializationVectorSize": { "@id": "browserbase:Context/initializationVectorSize", "@type": "xsd:integer" },
        "projectId": { "@id": "browserbase:Context/projectId", "@type": "xsd:string" }
      }
    },

    "Project": {
      "@id": "browserbase:Project",
      "@context": {
        "id": { "@id": "browserbase:Project/id", "@type": "xsd:string" },
        "name": { "@id": "browserbase:Project/name", "@type": "xsd:string" },
        "ownerId": { "@id": "browserbase:Project/ownerId", "@type": "xsd:string" },
        "defaultTimeout": { "@id": "browserbase:Project/defaultTimeout", "@type": "xsd:integer" },
        "concurrency": { "@id": "browserbase:Project/concurrency", "@type": "xsd:integer" }
      }
    },

    "Extension": {
      "@id": "browserbase:Extension",
      "@context": {
        "id": { "@id": "browserbase:Extension/id", "@type": "xsd:string" },
        "name": { "@id": "browserbase:Extension/name", "@type": "xsd:string" }
      }
    },

    "DebugUrls": {
      "@id": "browserbase:DebugUrls",
      "@context": {
        "debuggerUrl": { "@id": "browserbase:DebugUrls/debuggerUrl", "@type": "xsd:anyURI" },
        "debuggerFullscreenUrl": { "@id": "browserbase:DebugUrls/debuggerFullscreenUrl", "@type": "xsd:anyURI" },
        "wsUrl": { "@id": "browserbase:DebugUrls/wsUrl", "@type": "xsd:anyURI" }
      }
    }
  }
}