Workday · JSON Structure

Hcm Supervisory Organization Structure

Type: object Properties: 6
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

SupervisoryOrganization is a JSON Structure definition published by Workday, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor name code isInactive staffingModel

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SupervisoryOrganization",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "isInactive": {
      "type": "boolean"
    },
    "staffingModel": {
      "type": "string"
    }
  }
}