OPENAPI / COMPONENTS / SCHEMAS
todo_task 数据结构
todo_tasktodo task。
object18字段
actionstodo_task_action必填actions。
category_idstringcategory id。
create_timeinteger必填create time。
creatorstring必填创建者。
descriptionstring必填描述。
display_timeinteger必填display time。
due_timeinteger必填due time。
executorstring必填executor。
ext_attrsextended_attribute必填ext attrs。
finish_timeinteger必填finish time。
idstring必填资源的唯一标识。
linktodo_task_link必填link。
notify_configtodo_notify_config必填notify config。
priorityintegerpriority。
start_timeinteger必填开始时间(RFC3339)。
statustodo_task_status状态。
tagsarraytags。
titletodo_task_title必填标题。