{
    "type": "object",
    "properties": {
        "id": {
            "type": "integer"
        },
        "emailBlacklisted": {
            "type": "boolean"
        },
        "smsBlacklisted": {
            "type": "boolean"
        },
        "createdAt": {
            "type": "string"
        },
        "modifiedAt": {
            "type": "string"
        },
        "email": {
            "type": "string"
        },
        "listIds": {
            "type": "array",
            "items": {
                "type": "integer"
            }
        },
        "listUnsubscribed": {
            "type": "null"
        },
        "attributes": {
            "type": "object",
            "properties": {
                "SMS": {
                    "type": "string"
                },
                "FIRSTNAME": {
                    "type": "string"
                }
            }
        }
    },
    "required": [
        "id",
        "emailBlacklisted",
        "smsBlacklisted",
        "createdAt",
        "modifiedAt",
        "listIds",
        "listUnsubscribed",
        "attributes"
    ],
    "version": 1
}
