removedOutput schema / properties / context / properties / projectDescription / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / context / properties / projectDescription / type
Added value: +"string"
removedOutput schema / properties / context / properties / projectMetrics / properties / averageCompletionTime / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / context / properties / projectMetrics / properties / averageCompletionTime / type
Added value: +"number"
changedOutput schema / properties / context / properties / projectMetrics / required
Previous value: -[
- "totalTasks",
- "completedTasks",
- "overdueTasks",
- "tasksCreatedThisWeek",
- "tasksCompletedThisWeek",
- "averageCompletionTime"
-]New value: +[
+ "totalTasks",
+ "completedTasks",
+ "overdueTasks",
+ "tasksCreatedThisWeek",
+ "tasksCompletedThisWeek"
+]
removedOutput schema / properties / context / properties / tasks / items / properties / deadline / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / context / properties / tasks / items / properties / deadline / type
Added value: +"string"
removedOutput schema / properties / context / properties / tasks / items / properties / due / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / context / properties / tasks / items / properties / due / type
Added value: +"string"
changedOutput schema / properties / context / required
Previous value: -[
- "projectDescription",
- "projectMetrics",
- "tasks"
-]New value: +[
+ "projectMetrics",
+ "tasks"
+]
removedOutput schema / properties / health / properties / description / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / health / properties / description / type
Added value: +"string"
removedOutput schema / properties / health / properties / descriptionSummary / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / health / properties / descriptionSummary / type
Added value: +"string"
removedOutput schema / properties / health / properties / taskRecommendations / anyOf
Removed value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "recommendation": {
- "description": "The recommendation for this task.",
- "type": "string"
- },
- "taskId": {
- "description": "The ID of the task this recommendation is for.",
- "type": "string"
- }
- },
- "required": [
- "taskId",
- "recommendation"
- ],
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / health / properties / taskRecommendations / items
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "recommendation": {
+ "description": "The recommendation for this task.",
+ "type": "string"
+ },
+ "taskId": {
+ "description": "The ID of the task this recommendation is for.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "taskId",
+ "recommendation"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / health / properties / taskRecommendations / type
Added value: +"array"
removedOutput schema / properties / health / properties / updatedAt / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / health / properties / updatedAt / type
Added value: +"string"