removedInput schema / properties / estimate_minutes / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / estimate_minutes / oneOf
Added value: +[
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / estimate_minutes / title
Removed value: -"Estimate Minutes"
removedInput schema / properties / notes / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / notes / oneOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / notes / title
Removed value: -"Notes"
removedInput schema / properties / status / anyOf
Removed value: -[
- {
- "enum": [
- "todo",
- "doing",
- "done",
- "archived"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / status / oneOf
Added value: +[
+ {
+ "enum": [
+ "todo",
+ "doing",
+ "done",
+ "archived"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / status / title
Removed value: -"Status"
removedInput schema / properties / task_id / title
Removed value: -"Task Id"
removedInput schema / title
Removed value: -"study_task_updateArguments"