{
  "$schema": "string",
  "_links": {},
  "created": "string",
  "definitions": {
    "base": {
      "id": "string",
      "properties": {
        "city": {},
        "costCenter": {},
        "countryCode": {},
        "department": {},
        "displayName": {},
        "division": {},
        "email": {},
        "employeeNumber": {},
        "firstName": {},
        "honorificPrefix": {},
        "honorificSuffix": {},
        "lastName": {},
        "locale": {},
        "login": {},
        "manager": {},
        "managerId": {},
        "middleName": {},
        "mobilePhone": {},
        "nickName": {},
        "organization": {},
        "postalAddress": {},
        "preferredLanguage": {},
        "primaryPhone": {},
        "profileUrl": {},
        "secondEmail": {},
        "state": {},
        "streetAddress": {},
        "timezone": {},
        "title": {},
        "userType": {},
        "zipCode": {}
      },
      "required": [
        "string",
        "string",
        "string",
        "string",
        "string",
        "string"
      ],
      "type": "string"
    },
    "custom": {
      "id": "string",
      "properties": {},
      "required": [
        "string",
        "string",
        "string",
        "string",
        "string",
        "string",
        "string",
        "string"
      ],
      "type": "string"
    }
  },
  "id": "string",
  "lastUpdated": "string",
  "name": "string",
  "properties": {},
  "title": "string",
  "type": "string"
}