{
    "type": "object",
    "properties": {
        "created": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "personEmail": {
            "type": "string"
        },
        "personId": {
            "type": "string"
        },
        "roomId": {
            "type": "string"
        },
        "roomType": {
            "type": "string"
        },
        "text": {
            "type": "string"
        }
    },
    "version": 1
}
