{
    "type": "object",
    "properties": {
        "archived": {
            "type": "boolean"
        },
        "content": {
            "type": "string"
        },
        "folder": {
            "type": "object",
            "properties": {
                "access": {
                    "type": "boolean"
                },
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "id": {
            "type": "string"
        },
        "name": {
            "type": "string"
        },
        "permission_level": {
            "type": "string"
        },
        "space": {
            "type": "object",
            "properties": {
                "access": {
                    "type": "boolean"
                },
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "task_count": {
            "type": "integer"
        }
    },
    "version": 1
}
