addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / analysis_id / description
Removed value: -"The unique ID for the analysis."
removedInput schema / properties / analysis_id / title
Removed value: -"Analysis Id"
removedInput schema / properties / service
Removed value: -{
- "default": "zdx",
- "description": "The service to use.",
- "title": "Service",
- "type": "string"
-}
removedInput schema / title
Removed value: -"zdx_get_analysisArguments"
addedOutput schema / additionalProperties
Added value: +true
addedOutput schema / description
Added value: +"Lean view — a ZDX score-analysis status row."
addedOutput schema / properties / analysis_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Analysis ID.",
+ "title": "Analysis Id"
+}
addedOutput schema / properties / data
Added value: +{
+ "additionalProperties": true,
+ "description": "Analysis result payload, if complete.",
+ "title": "Data",
+ "type": "object"
+}
removedOutput schema / properties / result
Removed value: -{
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "title": "Result",
- "type": "array"
-}
addedOutput schema / properties / status
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Analysis status (running/complete).",
+ "title": "Status"
+}
removedOutput schema / required
Removed value: -[
- "result"
-]
changedOutput schema / title
Previous value: -"zdx_get_analysisOutput"New value: +"AnalysisStatus"