{
    "type": "object",
    "properties": {
        "canUploadPhoto": {
            "type": "integer"
        },
        "department": {
            "type": "string"
        },
        "displayName": {
            "type": "string"
        },
        "firstName": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "jobTitle": {
            "type": "string"
        },
        "lastName": {
            "type": "string"
        },
        "location": {
            "type": "string"
        },
        "photoUploaded": {
            "type": "boolean"
        },
        "photoUrl": {
            "type": "string"
        },
        "pronouns": {
            "type": "null"
        },
        "supervisor": {
            "type": "string"
        },
        "workEmail": {
            "type": "string"
        }
    },
    "version": 5
}
