UiPath · JSON-LD Context

Uipath Data Service Context

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

7 Classes 19 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

EntityQueryRequest EntityRecordCollection EntityRecordInput EntityRecord FilterGroup OrderByClause QueryFilter

Properties

Property Type Container
filterGroup string
selectedFields string set
orderBy string set
start integer
limit integer
totalCount integer
value string set
nextLink reference
Id string
CreatedOn dateTime
CreatedBy string
ModifiedOn dateTime
ModifiedBy string
logicalOperator string
queryFilters string set
filterGroups string set
fieldName string
descending boolean
operator 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#",
    "EntityQueryRequest": "uipath:EntityQueryRequest",
    "EntityRecordCollection": "uipath:EntityRecordCollection",
    "EntityRecordInput": "uipath:EntityRecordInput",
    "EntityRecord": "uipath:EntityRecord",
    "FilterGroup": "uipath:FilterGroup",
    "OrderByClause": "uipath:OrderByClause",
    "QueryFilter": "uipath:QueryFilter",
    "filterGroup": {
      "@id": "uipath:filterGroup",
      "@type": "xsd:string"
    },
    "selectedFields": {
      "@id": "uipath:selectedFields",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "orderBy": {
      "@id": "uipath:orderBy",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "start": {
      "@id": "uipath:start",
      "@type": "xsd:integer"
    },
    "limit": {
      "@id": "uipath:limit",
      "@type": "xsd:integer"
    },
    "totalCount": {
      "@id": "uipath:totalCount",
      "@type": "xsd:integer"
    },
    "value": {
      "@id": "uipath:value",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "nextLink": {
      "@id": "uipath:nextLink",
      "@type": "@id"
    },
    "Id": {
      "@id": "uipath:Id",
      "@type": "xsd:string"
    },
    "CreatedOn": {
      "@id": "uipath:CreatedOn",
      "@type": "xsd:dateTime"
    },
    "CreatedBy": {
      "@id": "uipath:CreatedBy",
      "@type": "xsd:string"
    },
    "ModifiedOn": {
      "@id": "uipath:ModifiedOn",
      "@type": "xsd:dateTime"
    },
    "ModifiedBy": {
      "@id": "uipath:ModifiedBy",
      "@type": "xsd:string"
    },
    "logicalOperator": {
      "@id": "uipath:logicalOperator",
      "@type": "xsd:string"
    },
    "queryFilters": {
      "@id": "uipath:queryFilters",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "filterGroups": {
      "@id": "uipath:filterGroups",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "fieldName": {
      "@id": "uipath:fieldName",
      "@type": "xsd:string"
    },
    "descending": {
      "@id": "uipath:descending",
      "@type": "xsd:boolean"
    },
    "operator": {
      "@id": "uipath:operator",
      "@type": "xsd:string"
    }
  }
}