Workday Extend · Schema

CustomObjectDefinitionUpdate

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS

Properties

Name Type Description
description string Updated description
isActive boolean Whether the definition is active
View JSON Schema on GitHub

JSON Schema

workday-extend-customobjectdefinitionupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomObjectDefinitionUpdate",
  "title": "CustomObjectDefinitionUpdate",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Updated description"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the definition is active"
    }
  }
}