Restate · JSON-LD Context

Restate Context

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

32 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

restate: https://restate.dev/vocab#

Classes

Deployment Service Handler Invocation Subscription VirtualObject RestateWorkflow deploymentId deploymentUri protocolType handlerType invocationId invocationTarget invocationStatus retryCount traceId durableExecution exactlyOnce journalEntry kafkaSource kafkaSink SoftwareApplication name description url version dateCreated dateModified Organization SoftwareSourceCode programmingLanguage codeRepository

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "restate": "https://restate.dev/vocab#",
    "Deployment": "restate:Deployment",
    "Service": "restate:Service",
    "Handler": "restate:Handler",
    "Invocation": "restate:Invocation",
    "Subscription": "restate:Subscription",
    "VirtualObject": "restate:VirtualObject",
    "RestateWorkflow": "restate:Workflow",
    "deploymentId": "restate:deploymentId",
    "deploymentUri": "restate:deploymentUri",
    "protocolType": "restate:protocolType",
    "handlerType": "restate:handlerType",
    "invocationId": "restate:invocationId",
    "invocationTarget": "restate:invocationTarget",
    "invocationStatus": "restate:invocationStatus",
    "retryCount": "restate:retryCount",
    "traceId": "restate:traceId",
    "durableExecution": "restate:durableExecution",
    "exactlyOnce": "restate:exactlyOnce",
    "journalEntry": "restate:journalEntry",
    "kafkaSource": "restate:kafkaSource",
    "kafkaSink": "restate:kafkaSink",
    "SoftwareApplication": "schema:SoftwareApplication",
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "version": "schema:version",
    "dateCreated": "schema:dateCreated",
    "dateModified": "schema:dateModified",
    "Organization": "schema:Organization",
    "SoftwareSourceCode": "schema:SoftwareSourceCode",
    "programmingLanguage": "schema:programmingLanguage",
    "codeRepository": "schema:codeRepository"
  }
}