{
    "type": "object",
    "properties": {
        "column_values": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "column": {
                        "type": "object",
                        "properties": {
                            "archived": {
                                "type": "boolean"
                            },
                            "settings_str": {
                                "type": "string"
                            },
                            "title": {
                                "type": "string"
                            }
                        }
                    },
                    "id": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    }
                }
            }
        },
        "created_at": {
            "type": "string"
        },
        "id": {
            "type": "string"
        },
        "name": {
            "type": "string"
        },
        "state": {
            "type": "string"
        }
    },
    "version": 1
}
