{
    "type": "object",
    "properties": {
        "active": {
            "type": "boolean"
        },
        "created_at": {
            "type": "string"
        },
        "facebook_id": {
            "type": "null"
        },
        "first_name": {
            "type": "string"
        },
        "id": {
            "type": "integer"
        },
        "last_name": {
            "type": "string"
        },
        "name": {
            "type": "string"
        },
        "org_contact_id": {
            "type": "integer"
        },
        "time_zone": {
            "type": "string"
        },
        "twitter_id": {
            "type": "null"
        },
        "updated_at": {
            "type": "string"
        },
        "visitor_id": {
            "type": "string"
        }
    },
    "version": 1
}
