UiPath · JSON-LD Context

Uipath Automation Hub Context

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

18 Classes 24 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

AddUserRequest AppInventoryListResponse Application AutomationListResponse Automation BenefitData Collaborator CreateAutomationIdeaRequest EditUserRequest PhaseCount PipelineData Role UpdateAutomationRequest UserListResponse User email name description

Properties

Property Type Container
role string
totalCount integer
applications string set
id integer
vendor string
category string
page integer
pageSize integer
automations string set
phase string
status string
submittedBy string
submittedDate dateTime
lastModified dateTime
estimatedBenefit string
tags string set
estimatedTimeSavingsPerYear decimal
estimatedFTESavings decimal
estimatedCostSavingsPerYear decimal
userId integer
isActive boolean
count integer
phases string set
users string set

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#",
    "AddUserRequest": "uipath:AddUserRequest",
    "AppInventoryListResponse": "uipath:AppInventoryListResponse",
    "Application": "uipath:Application",
    "AutomationListResponse": "uipath:AutomationListResponse",
    "Automation": "uipath:Automation",
    "BenefitData": "uipath:BenefitData",
    "Collaborator": "uipath:Collaborator",
    "CreateAutomationIdeaRequest": "uipath:CreateAutomationIdeaRequest",
    "EditUserRequest": "uipath:EditUserRequest",
    "PhaseCount": "uipath:PhaseCount",
    "PipelineData": "uipath:PipelineData",
    "Role": "uipath:Role",
    "UpdateAutomationRequest": "uipath:UpdateAutomationRequest",
    "UserListResponse": "uipath:UserListResponse",
    "User": "uipath:User",
    "email": "schema:email",
    "role": {
      "@id": "uipath:role",
      "@type": "xsd:string"
    },
    "totalCount": {
      "@id": "uipath:totalCount",
      "@type": "xsd:integer"
    },
    "applications": {
      "@id": "uipath:applications",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "id": {
      "@id": "uipath:id",
      "@type": "xsd:integer"
    },
    "name": "schema:name",
    "vendor": {
      "@id": "uipath:vendor",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "uipath:category",
      "@type": "xsd:string"
    },
    "description": "schema:description",
    "page": {
      "@id": "uipath:page",
      "@type": "xsd:integer"
    },
    "pageSize": {
      "@id": "uipath:pageSize",
      "@type": "xsd:integer"
    },
    "automations": {
      "@id": "uipath:automations",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "phase": {
      "@id": "uipath:phase",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "uipath:status",
      "@type": "xsd:string"
    },
    "submittedBy": {
      "@id": "uipath:submittedBy",
      "@type": "xsd:string"
    },
    "submittedDate": {
      "@id": "uipath:submittedDate",
      "@type": "xsd:dateTime"
    },
    "lastModified": {
      "@id": "uipath:lastModified",
      "@type": "xsd:dateTime"
    },
    "estimatedBenefit": {
      "@id": "uipath:estimatedBenefit",
      "@type": "xsd:string"
    },
    "tags": {
      "@id": "uipath:tags",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "estimatedTimeSavingsPerYear": {
      "@id": "uipath:estimatedTimeSavingsPerYear",
      "@type": "xsd:decimal"
    },
    "estimatedFTESavings": {
      "@id": "uipath:estimatedFTESavings",
      "@type": "xsd:decimal"
    },
    "estimatedCostSavingsPerYear": {
      "@id": "uipath:estimatedCostSavingsPerYear",
      "@type": "xsd:decimal"
    },
    "userId": {
      "@id": "uipath:userId",
      "@type": "xsd:integer"
    },
    "isActive": {
      "@id": "uipath:isActive",
      "@type": "xsd:boolean"
    },
    "count": {
      "@id": "uipath:count",
      "@type": "xsd:integer"
    },
    "phases": {
      "@id": "uipath:phases",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "users": {
      "@id": "uipath:users",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}