Workday Extend · Schema

OrchestrationUpdate

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS

Properties

Name Type Description
name string Updated orchestration name
description string Updated orchestration description
View JSON Schema on GitHub

JSON Schema

workday-extend-orchestrationupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrchestrationUpdate",
  "title": "OrchestrationUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated orchestration name",
      "maxLength": 255
    },
    "description": {
      "type": "string",
      "description": "Updated orchestration description"
    }
  }
}