OPENAPI / COMPONENTS / SCHEMAS

todo_task 数据结构

todo_task

todo task。

object18字段
actionstodo_task_action必填

actions。

category_idstring

category 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。

priorityinteger

priority。

start_timeinteger必填

开始时间(RFC3339)。

statustodo_task_status

状态。

tagsarray

tags。

titletodo_task_title必填

标题。