ADP · JSON Structure

Adp Workers Address Structure

Type: object Properties: 6
BenefitsHCMHRPayrollWorkforce

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

Properties

lineOne lineTwo cityName countrySubdivisionLevel1 postalCode countryCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Address",
  "type": "object",
  "properties": {
    "lineOne": {
      "type": "string"
    },
    "lineTwo": {
      "type": "string"
    },
    "cityName": {
      "type": "string"
    },
    "countrySubdivisionLevel1": {
      "type": "object"
    },
    "postalCode": {
      "type": "string"
    },
    "countryCode": {
      "type": "string"
    }
  }
}