SupervisoryOrganization

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
name string
manager object
superior object
staffingModel string
View JSON Schema on GitHub

JSON Schema

workday-integration-supervisoryorganization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SupervisoryOrganization",
  "title": "SupervisoryOrganization",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "manager": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "superior": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "staffingModel": {
      "type": "string"
    }
  }
}