{ "@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" } }