File tree Expand file tree Collapse file tree
docs/api_reference/reference/v2.1.0/schemas Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ properties:
3232 - integer
3333 - ' null'
3434 task_close_date :
35- type :
36- - integer
37- - ' null'
35+ anyOf :
36+ - $ref : ../schemas/iso_date.yaml
37+ - type : ' null'
3838example :
3939 task_id : 9
4040 task_title : Task title
Original file line number Diff line number Diff line change @@ -13,6 +13,18 @@ properties:
1313 description : A user ID for whom the task will be assigned
1414 task_tags :
1515 type : string
16+ task_open_date :
17+ $ref : ../../schemas/iso_date.yaml
18+ task_userid_open :
19+ type : integer
20+ task_last_update :
21+ $ref : ../../schemas/iso_date.yaml
22+ task_userid_update :
23+ type : integer
24+ task_close_date :
25+ $ref : ../../schemas/iso_date.yaml
26+ task_userid_close :
27+ type : integer
1628required :
1729 - task_title
1830 - task_status_id
You can’t perform that action at this time.
0 commit comments