Workday Extend · Schema

AppUpdate

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS

Properties

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

JSON Schema

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