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