{
    "type": "object",
    "properties": {
        "archived": {
            "type": "boolean"
        },
        "assignees": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "color": {
                        "type": "string"
                    },
                    "email": {
                        "type": "string"
                    },
                    "id": {
                        "type": "integer"
                    },
                    "initials": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    }
                }
            }
        },
        "attachments": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "date": {
                        "type": "string"
                    },
                    "deleted": {
                        "type": "boolean"
                    },
                    "email_data": {
                        "type": "null"
                    },
                    "extension": {
                        "type": "string"
                    },
                    "hidden": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "string"
                    },
                    "is_folder": {
                        "type": "null"
                    },
                    "mimetype": {
                        "type": "string"
                    },
                    "orientation": {
                        "type": "null"
                    },
                    "parent_id": {
                        "type": "string"
                    },
                    "resolved_comments": {
                        "type": "integer"
                    },
                    "size": {
                        "type": "integer"
                    },
                    "source": {
                        "type": "integer"
                    },
                    "title": {
                        "type": "string"
                    },
                    "total_comments": {
                        "type": "integer"
                    },
                    "type": {
                        "type": "integer"
                    },
                    "url": {
                        "type": "string"
                    },
                    "url_w_host": {
                        "type": "string"
                    },
                    "url_w_query": {
                        "type": "string"
                    },
                    "user": {
                        "type": "object",
                        "properties": {
                            "color": {
                                "type": "string"
                            },
                            "email": {
                                "type": "string"
                            },
                            "id": {
                                "type": "integer"
                            },
                            "initials": {
                                "type": "string"
                            },
                            "username": {
                                "type": "string"
                            }
                        }
                    },
                    "version": {
                        "type": "integer"
                    },
                    "workspace_id": {
                        "type": "null"
                    }
                }
            }
        },
        "creator": {
            "type": "object",
            "properties": {
                "color": {
                    "type": "string"
                },
                "email": {
                    "type": "string"
                },
                "id": {
                    "type": "integer"
                },
                "username": {
                    "type": "string"
                }
            }
        },
        "custom_fields": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "date_created": {
                        "type": "string"
                    },
                    "hide_from_guests": {
                        "type": "boolean"
                    },
                    "id": {
                        "type": "string"
                    },
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    },
                    "type_config": {
                        "type": "object",
                        "properties": {
                            "field_inverted_name": {
                                "type": "string"
                            },
                            "fields": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {
                                        "field": {
                                            "type": "string"
                                        },
                                        "hidden": {
                                            "type": "boolean"
                                        },
                                        "name": {
                                            "type": "string"
                                        },
                                        "width": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "linked_subcategory_access": {
                                "type": "boolean"
                            },
                            "options": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "properties": {
                                        "id": {
                                            "type": "string"
                                        },
                                        "name": {
                                            "type": "string"
                                        },
                                        "orderindex": {
                                            "type": "integer"
                                        }
                                    }
                                }
                            },
                            "subcategory_id": {
                                "type": "string"
                            },
                            "subcategory_inverted_name": {
                                "type": "string"
                            }
                        }
                    }
                }
            }
        },
        "custom_item_id": {
            "type": "integer"
        },
        "date_created": {
            "type": "string"
        },
        "date_updated": {
            "type": "string"
        },
        "dependencies": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "chain_id": {
                        "type": "null"
                    },
                    "date_created": {
                        "type": "string"
                    },
                    "depends_on": {
                        "type": "string"
                    },
                    "task_id": {
                        "type": "string"
                    },
                    "type": {
                        "type": "integer"
                    },
                    "userid": {
                        "type": "string"
                    },
                    "workspace_id": {
                        "type": "string"
                    }
                }
            }
        },
        "folder": {
            "type": "object",
            "properties": {
                "access": {
                    "type": "boolean"
                },
                "hidden": {
                    "type": "boolean"
                },
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "id": {
            "type": "string"
        },
        "linked_tasks": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "date_created": {
                        "type": "string"
                    },
                    "link_id": {
                        "type": "string"
                    },
                    "task_id": {
                        "type": "string"
                    },
                    "userid": {
                        "type": "string"
                    },
                    "workspace_id": {
                        "type": "string"
                    }
                }
            }
        },
        "list": {
            "type": "object",
            "properties": {
                "access": {
                    "type": "boolean"
                },
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "name": {
            "type": "string"
        },
        "orderindex": {
            "type": "string"
        },
        "permission_level": {
            "type": "string"
        },
        "points": {
            "type": "null"
        },
        "project": {
            "type": "object",
            "properties": {
                "access": {
                    "type": "boolean"
                },
                "hidden": {
                    "type": "boolean"
                },
                "id": {
                    "type": "string"
                },
                "name": {
                    "type": "string"
                }
            }
        },
        "sharing": {
            "type": "object",
            "properties": {
                "public": {
                    "type": "boolean"
                },
                "public_fields": {
                    "type": "array",
                    "items": {
                        "type": "string"
                    }
                },
                "public_share_expires_on": {
                    "type": "null"
                },
                "seo_optimized": {
                    "type": "boolean"
                },
                "token": {
                    "type": "null"
                }
            }
        },
        "space": {
            "type": "object",
            "properties": {
                "id": {
                    "type": "string"
                }
            }
        },
        "status": {
            "type": "object",
            "properties": {
                "color": {
                    "type": "string"
                },
                "id": {
                    "type": "string"
                },
                "orderindex": {
                    "type": "integer"
                },
                "status": {
                    "type": "string"
                },
                "type": {
                    "type": "string"
                }
            }
        },
        "tags": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "creator": {
                        "type": "integer"
                    },
                    "name": {
                        "type": "string"
                    },
                    "tag_bg": {
                        "type": "string"
                    },
                    "tag_fg": {
                        "type": "string"
                    }
                }
            }
        },
        "team_id": {
            "type": "string"
        },
        "time_spent": {
            "type": "integer"
        },
        "url": {
            "type": "string"
        },
        "watchers": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "email": {
                        "type": "string"
                    },
                    "id": {
                        "type": "integer"
                    },
                    "initials": {
                        "type": "string"
                    },
                    "username": {
                        "type": "string"
                    }
                }
            }
        }
    },
    "version": 1
}
