ADP · JSON Structure

Adp Workers Worker Structure

Type: object Properties: 5
BenefitsHCMHRPayrollWorkforce

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

Properties

associateOID workerID workerDates workAssignments customFieldGroup

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Worker",
  "type": "object",
  "properties": {
    "associateOID": {
      "type": "string"
    },
    "workerID": {
      "type": "object"
    },
    "workerDates": {
      "type": "object"
    },
    "workAssignments": {
      "type": "array"
    },
    "customFieldGroup": {
      "type": "object"
    }
  }
}