JobProfile

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
id string
descriptor string
jobProfileName string
jobFamily object
managementLevel object
isActive boolean
View JSON Schema on GitHub

JSON Schema

workday-integration-jobprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobProfile",
  "title": "JobProfile",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "jobProfileName": {
      "type": "string"
    },
    "jobFamily": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "managementLevel": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "isActive": {
      "type": "boolean"
    }
  }
}