removedOutput schema / properties / folderId
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "description": "The folder ID, if applicable."
-}
addedOutput schema / properties / projectInsights / items / properties / health / additionalProperties
Added value: +false
removedOutput schema / properties / projectInsights / items / properties / health / anyOf
Removed value: -[
- {
- "additionalProperties": false,
- "properties": {
- "isStale": {
- "description": "Whether the health data is stale.",
- "type": "boolean"
- },
- "status": {
- "description": "The health status of the project.",
- "enum": [
- "UNKNOWN",
- "ON_TRACK",
- "AT_RISK",
- "CRITICAL",
- "EXCELLENT",
- "ERROR"
- ],
- "type": "string"
- },
- "updateInProgress": {
- "description": "Whether a health analysis update is in progress.",
- "type": "boolean"
- }
- },
- "required": [
- "status",
- "isStale",
- "updateInProgress"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]
changedOutput schema / properties / projectInsights / items / properties / health / description
Previous value: -"Health data for this project, if available."New value: +"Health data for this project. Omitted when the project has none."
addedOutput schema / properties / projectInsights / items / properties / health / properties
Added value: +{
+ "isStale": {
+ "description": "Whether the health data is stale.",
+ "type": "boolean"
+ },
+ "status": {
+ "description": "The health status of the project.",
+ "enum": [
+ "UNKNOWN",
+ "ON_TRACK",
+ "AT_RISK",
+ "CRITICAL",
+ "EXCELLENT",
+ "ERROR"
+ ],
+ "type": "string"
+ },
+ "updateInProgress": {
+ "description": "Whether a health analysis update is in progress.",
+ "type": "boolean"
+ }
+}
addedOutput schema / properties / projectInsights / items / properties / health / required
Added value: +[
+ "status",
+ "isStale",
+ "updateInProgress"
+]
addedOutput schema / properties / projectInsights / items / properties / health / type
Added value: +"object"
addedOutput schema / properties / projectInsights / items / properties / progress / additionalProperties
Added value: +false
removedOutput schema / properties / projectInsights / items / properties / progress / anyOf
Removed value: -[
- {
- "additionalProperties": false,
- "properties": {
- "activeCount": {
- "description": "Number of active tasks.",
- "type": "number"
- },
- "completedCount": {
- "description": "Number of completed tasks.",
- "type": "number"
- },
- "progressPercent": {
- "description": "Completion percentage (0-100).",
- "type": "number"
- }
- },
- "required": [
- "completedCount",
- "activeCount",
- "progressPercent"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]
changedOutput schema / properties / projectInsights / items / properties / progress / description
Previous value: -"Progress data for this project, if available."New value: +"Progress data for this project. Omitted when the project has none."
addedOutput schema / properties / projectInsights / items / properties / progress / properties
Added value: +{
+ "activeCount": {
+ "description": "Number of active tasks.",
+ "type": "number"
+ },
+ "completedCount": {
+ "description": "Number of completed tasks.",
+ "type": "number"
+ },
+ "progressPercent": {
+ "description": "Completion percentage (0-100).",
+ "type": "number"
+ }
+}
addedOutput schema / properties / projectInsights / items / properties / progress / required
Added value: +[
+ "completedCount",
+ "activeCount",
+ "progressPercent"
+]
addedOutput schema / properties / projectInsights / items / properties / progress / type
Added value: +"object"
changedOutput schema / properties / projectInsights / items / required
Previous value: -[
- "projectId",
- "health",
- "progress"
-]New value: +[
+ "projectId"
+]
changedOutput schema / required
Previous value: -[
- "workspaceId",
- "workspaceName",
- "folderId",
- "projectInsights"
-]New value: +[
+ "workspaceId",
+ "workspaceName",
+ "projectInsights"
+]