ADP · Schema

Worker

ADP Worker (employee or contractor)

BenefitsHCMHRPayrollWorkforce

Properties

Name Type Description
associateOID string ADP Associate Object Identifier - unique worker identifier
workerID object
workerDates object
workAssignments array
customFieldGroup object
View JSON Schema on GitHub

JSON Schema

adp-workers-worker-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Worker",
  "type": "object",
  "description": "ADP Worker (employee or contractor)",
  "properties": {
    "associateOID": {
      "type": "string",
      "description": "ADP Associate Object Identifier - unique worker identifier"
    },
    "workerID": {
      "type": "object"
    },
    "workerDates": {
      "type": "object"
    },
    "workAssignments": {
      "type": "array"
    },
    "customFieldGroup": {
      "type": "object"
    }
  }
}