UiPath · JSON-LD Context

Uipath General Context

JSON-LD context defining the semantic vocabulary for Uipath General from UiPath.

2 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

uipath: https://uipath.com/vocab/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

UiPath Document Understanding Entities UiPath Orchestrator Entities

Properties

Property Type Container
job string
queueItem string
asset string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "uipath": "https://uipath.com/vocab/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "UiPath Document Understanding Entities": "uipath:UiPath Document Understanding Entities",
    "UiPath Orchestrator Entities": "uipath:UiPath Orchestrator Entities",
    "job": {
      "@id": "uipath:job",
      "@type": "xsd:string"
    },
    "queueItem": {
      "@id": "uipath:queueItem",
      "@type": "xsd:string"
    },
    "asset": {
      "@id": "uipath:asset",
      "@type": "xsd:string"
    }
  }
}