removedInput schema / properties / due_at / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / due_at / oneOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / due_at / title
Removed value: -"Due At"
removedInput schema / properties / due_date / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / due_date / oneOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / due_date / title
Removed value: -"Due Date"
addedInput schema / properties / estimate_minutes / description
Added value: +"Server validates: maximum=6000, minimum=5."
removedInput schema / properties / estimate_minutes / maximum
Removed value: -6000
removedInput schema / properties / estimate_minutes / minimum
Removed value: -5
removedInput schema / properties / estimate_minutes / title
Removed value: -"Estimate Minutes"
removedInput schema / properties / item_id / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / item_id / oneOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / item_id / title
Removed value: -"Item Id"
removedInput schema / properties / notes / title
Removed value: -"Notes"
removedInput schema / properties / priority / title
Removed value: -"Priority"
removedInput schema / properties / title / title
Removed value: -"Title"
removedInput schema / title
Removed value: -"study_task_createArguments"