{
    "type": "object",
    "properties": {
        "additionalPhones": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "phone": {
                        "type": "string"
                    },
                    "phoneLabel": {
                        "type": "string"
                    }
                }
            }
        },
        "attributionSource": {
            "type": "object",
            "properties": {
                "medium": {
                    "type": "string"
                },
                "sessionSource": {
                    "type": "string"
                }
            }
        },
        "country": {
            "type": "string"
        },
        "createdBy": {
            "type": "object",
            "properties": {
                "channel": {
                    "type": "string"
                },
                "source": {
                    "type": "string"
                },
                "sourceId": {
                    "type": "string"
                },
                "timestamp": {
                    "type": "string"
                }
            }
        },
        "customFields": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "id": {
                        "type": "string"
                    }
                }
            }
        },
        "dateAdded": {
            "type": "string"
        },
        "dateUpdated": {
            "type": "string"
        },
        "email": {
            "type": "string"
        },
        "emailLowerCase": {
            "type": "string"
        },
        "firstName": {
            "type": "string"
        },
        "firstNameLowerCase": {
            "type": "string"
        },
        "fullNameLowerCase": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "lastName": {
            "type": "string"
        },
        "lastNameLowerCase": {
            "type": "string"
        },
        "locationId": {
            "type": "string"
        },
        "phone": {
            "type": "string"
        },
        "tags": {
            "type": "array",
            "items": {
                "type": "string"
            }
        },
        "type": {
            "type": "string"
        }
    },
    "version": 1
}
