Vercel · JSON-LD Context

Vercel Context

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

30 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Deployment Project Domain EdgeFunction AIModel ChatSession GeneratedApp deploymentId projectId projectName teamId teamSlug framework deploymentUrl previewUrl productionUrl modelId provider modelName contextWindow inputTokenPrice outputTokenPrice chatId message generatedFiles filePath fileContent region buildDuration status

Properties

Property Type Container
createdAt dateTime
updatedAt dateTime

JSON-LD Document

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

    "Deployment": "vercel:Deployment",
    "Project": "vercel:Project",
    "Domain": "vercel:Domain",
    "EdgeFunction": "vercel:EdgeFunction",
    "AIModel": "vercel:AIModel",
    "ChatSession": "vercel:ChatSession",
    "GeneratedApp": "vercel:GeneratedApp",

    "deploymentId": "schema:identifier",
    "projectId": "schema:identifier",
    "projectName": "schema:name",
    "teamId": "schema:identifier",
    "teamSlug": "schema:identifier",
    "framework": "vercel:framework",
    "deploymentUrl": "schema:url",
    "previewUrl": "schema:url",
    "productionUrl": "schema:url",

    "modelId": "schema:identifier",
    "provider": "schema:provider",
    "modelName": "schema:name",
    "contextWindow": "vercel:contextWindow",
    "inputTokenPrice": "schema:price",
    "outputTokenPrice": "schema:price",

    "chatId": "schema:identifier",
    "message": "schema:text",
    "generatedFiles": "schema:hasPart",
    "filePath": "schema:name",
    "fileContent": "schema:text",

    "region": "schema:addressRegion",
    "buildDuration": "schema:duration",
    "status": "schema:status",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "updatedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}