Robocorp · JSON-LD Context

Robocorp Context

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

34 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

robocorp: https://api-evangelist.github.io/robocorp/vocab#

Classes

Workspace id name Worker status worker_group_id last_seen created_at WorkerGroup description worker_count Process steps schedules ProcessRun state started_at completed_at WorkItem process_id payload Asset content_type size Secret Webhook url events TaskPackage source_type source_url branch Assistant Automation

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "robocorp": "https://api-evangelist.github.io/robocorp/vocab#",
    "Workspace": "robocorp:Workspace",
    "id": "schema:identifier",
    "name": "schema:name",
    "Worker": "robocorp:Worker",
    "status": "schema:actionStatus",
    "worker_group_id": "robocorp:workerGroupId",
    "last_seen": "schema:dateModified",
    "created_at": "schema:dateCreated",
    "WorkerGroup": "schema:Offer",
    "description": "schema:description",
    "worker_count": "robocorp:workerCount",
    "Process": "schema:Action",
    "steps": "schema:step",
    "schedules": "schema:schedule",
    "ProcessRun": "schema:CreateAction",
    "state": "schema:actionStatus",
    "started_at": "schema:startTime",
    "completed_at": "schema:endTime",
    "WorkItem": "robocorp:WorkItem",
    "process_id": "robocorp:processId",
    "payload": "schema:object",
    "Asset": "schema:DigitalDocument",
    "content_type": "schema:encodingFormat",
    "size": "schema:contentSize",
    "Secret": "robocorp:Secret",
    "Webhook": "schema:WebhookAction",
    "url": "schema:url",
    "events": "schema:event",
    "TaskPackage": "schema:SoftwareApplication",
    "source_type": "robocorp:sourceType",
    "source_url": "schema:url",
    "branch": "robocorp:branch",
    "Assistant": "schema:SoftwareApplication",
    "Automation": "schema:Action"
  }
}