{
    "type": "object",
    "properties": {
        "archived": {
            "type": "boolean"
        },
        "hidden": {
            "type": "boolean"
        },
        "id": {
            "type": "string"
        },
        "lists": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "archived": {
                        "type": "boolean"
                    },
                    "content": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "orderindex": {
                        "type": "integer"
                    },
                    "permission_level": {
                        "type": "string"
                    },
                    "space": {
                        "type": "object",
                        "properties": {
                            "access": {
                                "type": "boolean"
                            },
                            "id": {
                                "type": "string"
                            },
                            "name": {
                                "type": "string"
                            }
                        }
                    },
                    "statuses": {
                        "type": "array",
                        "items": {
                            "type": "object",
                            "properties": {
                                "color": {
                                    "type": "string"
                                },
                                "id": {
                                    "type": "string"
                                },
                                "orderindex": {
                                    "type": "integer"
                                },
                                "status": {
                                    "type": "string"
                                },
                                "status_group": {
                                    "type": "string"
                                },
                                "type": {
                                    "type": "string"
                                }
                            }
                        }
                    },
                    "task_count": {
                        "type": "integer"
                    }
                }
            }
        },
        "name": {
            "type": "string"
        },
        "permission_level": {
            "type": "string"
        },
        "space": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "statuses": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "color": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "orderindex": {
                        "type": "integer"
                    },
                    "status": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    }
                }
            }
        },
        "task_count": {
            "type": "string"
        }
    },
    "version": 1
}
