Workday Extend · Schema

Workday Orchestration

Schema for a Workday Extend orchestration definition.

AutomationCustom ApplicationsEnterpriseExtensionsHCMIntegrationOrchestrationPlatform-as-a-Service

Properties

Name Type Description
id string Unique identifier for the orchestration
descriptor string Display name of the orchestration
name string The registered name of the orchestration
description string Description of what this orchestration does
status string Current lifecycle status of the orchestration
triggerType string How this orchestration is triggered
steps array List of steps in the orchestration flow
createdOn string Timestamp when the orchestration was created
lastModified string Timestamp when the orchestration was last modified
href string The API resource URL for this orchestration
View JSON Schema on GitHub

JSON Schema

workday-extend-orchestration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-extend/main/json-schema/workday-extend-orchestration-schema.json",
  "title": "Workday Orchestration",
  "description": "Schema for a Workday Extend orchestration definition.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the orchestration"
    },
    "descriptor": {
      "type": "string",
      "description": "Display name of the orchestration"
    },
    "name": {
      "type": "string",
      "description": "The registered name of the orchestration"
    },
    "description": {
      "type": "string",
      "description": "Description of what this orchestration does"
    },
    "status": {
      "type": "string",
      "enum": ["draft", "active", "inactive", "deprecated"],
      "description": "Current lifecycle status of the orchestration"
    },
    "triggerType": {
      "type": "string",
      "enum": ["api", "event", "scheduled", "business_process"],
      "description": "How this orchestration is triggered"
    },
    "steps": {
      "type": "array",
      "description": "List of steps in the orchestration flow",
      "items": {
        "type": "object",
        "properties": {
          "id": {"type": "string"},
          "name": {"type": "string"},
          "type": {"type": "string"},
          "order": {"type": "integer"}
        }
      }
    },
    "createdOn": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the orchestration was created"
    },
    "lastModified": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the orchestration was last modified"
    },
    "href": {
      "type": "string",
      "format": "uri",
      "description": "The API resource URL for this orchestration"
    }
  },
  "required": ["id", "name", "status"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-extend-orchestration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.