Workday Extend · Schema

AppVersionCreate

AutomationCustom ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaS

Properties

Name Type Description
versionNumber string Semantic version number for the new version
changelog string Description of changes in this version
View JSON Schema on GitHub

JSON Schema

workday-extend-appversioncreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppVersionCreate",
  "title": "AppVersionCreate",
  "type": "object",
  "required": [
    "versionNumber"
  ],
  "properties": {
    "versionNumber": {
      "type": "string",
      "description": "Semantic version number for the new version"
    },
    "changelog": {
      "type": "string",
      "description": "Description of changes in this version"
    }
  }
}