{
    "title": "ticket_sync_states",
    "type": "object",
    "properties": {
        "id": {
            "type": "integer",
            "description": "Primary key, auto-increment"
        },
        "user_id": {
            "type": "string",
            "description": "Owner user id"
        },
        "snapshot": {
            "type": "string",
            "description": "JSON snapshot of known tickets at last sync"
        }
    },
    "required": [
        "id",
        "user_id",
        "snapshot"
    ]
}