{
  "candidate": {
    "alternateIds": [
      {
        "value": "string",
        "schemeId": "JazzHR Legacy Candidate",
        "schemeAgencyId": "JazzHR"
      }
    ],
    "person": {
      "id": {
        "value": "string",
        "schemeId": "JazzHR Candidate",
        "schemeAgencyId": "JazzHR"
      },
      "name": {
        "formattedName": "string",
        "given": "string",
        "family": "string"
      },
      "gender": "string",
      "citizenShip": [
        "string"
      ],
      "applyDate": "date",
      "communication": {
        "address": [{
          "countrySubdivisions": [{
            "type": "state",
            "value": "string"
          }],
          "city": "string",
          "postalCode": "string",
          "line": "string",
          "formattedAddress": "string"
        }],
        "phone": [{
          "formattedNumber": "string"
        }],
        "email": [{
          "address": "string"
        }],
        "web": "template"
      },
      "customFields": [
          {
              "id": {
                  "value": "string",
                  "schemeId": "JazzHR Custom Field",
                  "schemeAgencyId": "JazzHR"
              },
              "name": "string",
              "type": "string",
              "value": "string"
          },
          {
              "id": {
                  "value": "string",
                  "schemeId": "JazzHR Start Date",
                  "schemeAgencyId": "JazzHR"
              },
              "name": "startDate",
              "type": "date",
              "value": "string"
          }
      ]
    },
    "profiles": [{
      "alternateIds": [
        {
          "value": "string",
          "schemeId": "JazzHR Legacy Job Application",
          "schemeAgencyId": "JazzHR"
        }
      ],
      "languageCode": "en-US",
      "profileId": {
        "value": "string",
        "schemeId": "JazzHR Job Application",
        "schemeAgencyId": "JazzHR"
      },
      "associatedPositionOpenings": [{
        "alternateIds": [
          {
            "value": "string",
            "schemeId": "JazzHR Legacy Job",
            "schemeAgencyId": "JazzHR"
          }
        ],
        "positionOpeningId": {
          "value": "string",
          "schemeId": "JazzHR Job",
          "schemeAgencyId": "JazzHR"
        },
        "positionTitle": "string",
        "positionUri": "string",
        "candidateStatus": {
          "name": "string",
          "category": "string",
          "transitionDateTime": "datetime"
        },
        "customFields": [{
              "id": {
                  "value": "string",
                  "schemeId": "JazzHR Custom Field",
                  "schemeAgencyId": "JazzHR"
              },
              "name": "string",
              "type": "string",
              "value": "string"
          }]
      }],
      "education": [{
        "educationLevelCodes": [{
          "name": "string"
        }]
      }],
      "attachments": [{
        "id": {
          "value": "string",
          "schemeId": "JazzHR Document to Candidate",
          "schemeAgencyId": "JazzHR"
        },
        "descriptions": [
          "string"
        ],
        "url": "string"
      }]
    }]
  }
}
