Workday Extend · JSON-LD Context

Workday Extend Context

JSON-LD context defining the semantic vocabulary for Workday Extend from Workday Extend.

29 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

wd: https://www.workday.com/ontology/extend/
extend: https://raw.githubusercontent.com/api-evangelist/workday-extend/main/json-ld/

Classes

App Orchestration OrchestrationExecution CustomObjectDefinition AppVersion AppDeployment id descriptor name description status category createdOn lastModified href versionNumber changelog environment triggerType steps inputData parentObjectType instanceType fields dataType configurations key value isSecret

Properties

Property Type Container
owner reference
currentVersion reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "wd": "https://www.workday.com/ontology/extend/",
    "extend": "https://raw.githubusercontent.com/api-evangelist/workday-extend/main/json-ld/",

    "App": "wd:App",
    "Orchestration": "wd:Orchestration",
    "OrchestrationExecution": "wd:OrchestrationExecution",
    "CustomObjectDefinition": "wd:CustomObjectDefinition",
    "AppVersion": "wd:AppVersion",
    "AppDeployment": "wd:AppDeployment",

    "id": "@id",
    "descriptor": "schema:name",
    "name": "schema:name",
    "description": "schema:description",
    "status": "wd:status",
    "category": "schema:category",
    "owner": {
      "@id": "schema:author",
      "@type": "@id"
    },
    "currentVersion": {
      "@id": "wd:currentVersion",
      "@type": "@id"
    },
    "createdOn": "schema:dateCreated",
    "lastModified": "schema:dateModified",
    "href": "schema:url",
    "versionNumber": "wd:versionNumber",
    "changelog": "wd:changelog",
    "environment": "wd:environment",
    "triggerType": "wd:triggerType",
    "steps": "wd:steps",
    "inputData": "wd:inputData",
    "parentObjectType": "wd:parentObjectType",
    "instanceType": "wd:instanceType",
    "fields": "wd:fields",
    "dataType": "wd:dataType",
    "configurations": "wd:configurations",
    "key": "wd:key",
    "value": "schema:value",
    "isSecret": "wd:isSecret"
  }
}