UiPath · JSON-LD Context
Uipath Platform Management Context
JSON-LD context defining the semantic vocabulary for Uipath Platform Management from UiPath.
14 Classes
29 Properties
4 Namespaces
Namespaces
uipath:
https://uipath.com/vocab/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
AuditEventCollection
AuditEvent
AuditSource
AuditSources
ClientInfo
CreateGroupRequest
CreateUserRequest
GroupLicenseAllocation
Group
LicenseAllocationEntry
UpdateGroupLicenseAllocationRequest
User
name
email
Properties
| Property | Type | Container |
|---|---|---|
| auditEvents | string | set |
| next | reference | |
| previous | reference | |
| id | string | |
| createdOn | dateTime | |
| organizationId | string | |
| actorId | string | |
| actorEmail | string | |
| eventType | string | |
| eventSource | string | |
| eventTarget | string | |
| eventDetails | reference | |
| eventSummary | string | |
| status | integer | |
| clientInfo | string | |
| targets | string | set |
| sources | string | set |
| ipAddress | string | |
| country | string | |
| type | string | |
| surname | string | |
| groupId | string | |
| userLicenses | string | set |
| userCount | integer | |
| code | string | |
| totalCount | integer | |
| usedCount | integer | |
| isActive | boolean | |
| lastLoginDate | dateTime |
JSON-LD Document
{
"@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#",
"AuditEventCollection": "uipath:AuditEventCollection",
"AuditEvent": "uipath:AuditEvent",
"AuditSource": "uipath:AuditSource",
"AuditSources": "uipath:AuditSources",
"ClientInfo": "uipath:ClientInfo",
"CreateGroupRequest": "uipath:CreateGroupRequest",
"CreateUserRequest": "uipath:CreateUserRequest",
"GroupLicenseAllocation": "uipath:GroupLicenseAllocation",
"Group": "uipath:Group",
"LicenseAllocationEntry": "uipath:LicenseAllocationEntry",
"UpdateGroupLicenseAllocationRequest": "uipath:UpdateGroupLicenseAllocationRequest",
"User": "uipath:User",
"auditEvents": {
"@id": "uipath:auditEvents",
"@container": "@set",
"@type": "xsd:string"
},
"next": {
"@id": "uipath:next",
"@type": "@id"
},
"previous": {
"@id": "uipath:previous",
"@type": "@id"
},
"id": {
"@id": "uipath:id",
"@type": "xsd:string"
},
"createdOn": {
"@id": "uipath:createdOn",
"@type": "xsd:dateTime"
},
"organizationId": {
"@id": "uipath:organizationId",
"@type": "xsd:string"
},
"actorId": {
"@id": "uipath:actorId",
"@type": "xsd:string"
},
"actorEmail": {
"@id": "uipath:actorEmail",
"@type": "xsd:string"
},
"eventType": {
"@id": "uipath:eventType",
"@type": "xsd:string"
},
"eventSource": {
"@id": "uipath:eventSource",
"@type": "xsd:string"
},
"eventTarget": {
"@id": "uipath:eventTarget",
"@type": "xsd:string"
},
"eventDetails": {
"@id": "uipath:eventDetails",
"@type": "@id"
},
"eventSummary": {
"@id": "uipath:eventSummary",
"@type": "xsd:string"
},
"status": {
"@id": "uipath:status",
"@type": "xsd:integer"
},
"clientInfo": {
"@id": "uipath:clientInfo",
"@type": "xsd:string"
},
"name": "schema:name",
"targets": {
"@id": "uipath:targets",
"@container": "@set",
"@type": "xsd:string"
},
"sources": {
"@id": "uipath:sources",
"@container": "@set",
"@type": "xsd:string"
},
"ipAddress": {
"@id": "uipath:ipAddress",
"@type": "xsd:string"
},
"country": {
"@id": "uipath:country",
"@type": "xsd:string"
},
"type": {
"@id": "uipath:type",
"@type": "xsd:string"
},
"email": "schema:email",
"surname": {
"@id": "uipath:surname",
"@type": "xsd:string"
},
"groupId": {
"@id": "uipath:groupId",
"@type": "xsd:string"
},
"userLicenses": {
"@id": "uipath:userLicenses",
"@container": "@set",
"@type": "xsd:string"
},
"userCount": {
"@id": "uipath:userCount",
"@type": "xsd:integer"
},
"code": {
"@id": "uipath:code",
"@type": "xsd:string"
},
"totalCount": {
"@id": "uipath:totalCount",
"@type": "xsd:integer"
},
"usedCount": {
"@id": "uipath:usedCount",
"@type": "xsd:integer"
},
"isActive": {
"@id": "uipath:isActive",
"@type": "xsd:boolean"
},
"lastLoginDate": {
"@id": "uipath:lastLoginDate",
"@type": "xsd:dateTime"
}
}
}