Workday · Schema

OrganizationAssignment

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
isPrimary boolean Whether this is the primary organization assignment.
View JSON Schema on GitHub

JSON Schema

staffing-organization-assignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrganizationAssignment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "isPrimary": {
      "type": "boolean",
      "description": "Whether this is the primary organization assignment."
    }
  }
}