ADP · Schema

Person

BenefitsHCMHRPayrollWorkforce

Properties

Name Type Description
legalName object
birthDate string
genderCode object
maritalStatusCode object
communication object
View JSON Schema on GitHub

JSON Schema

adp-workers-person-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Person",
  "type": "object",
  "properties": {
    "legalName": {
      "type": "object"
    },
    "birthDate": {
      "type": "string"
    },
    "genderCode": {
      "type": "object"
    },
    "maritalStatusCode": {
      "type": "object"
    },
    "communication": {
      "type": "object"
    }
  }
}