changedOutput schema / additionalProperties
Previous value: -trueNew value: +false
changedOutput schema / properties / detail / description
Previous value: -"Human-readable error or status detail."New value: +"Human-readable failure detail."
changedOutput schema / properties / error / description
Previous value: -"Machine-readable error code, when the operation did not complete."New value: +"Machine-readable validation or quota failure."
addedOutput schema / properties / fixId
Added value: +{
+ "description": "Existing catalog id when no ticket was needed.",
+ "type": "string"
+}
addedOutput schema / properties / match
Added value: +{
+ "description": "Existing-fix match score.",
+ "type": "number"
+}
addedOutput schema / properties / note
Added value: +{
+ "description": "Required next step and ticket handling guidance.",
+ "type": "string"
+}
addedOutput schema / properties / published
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / requestId
Added value: +{
+ "format": "uuid",
+ "type": "string"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "already-stocked",
+ "recorded"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / ticket
Added value: +{
+ "pattern": "^req_[0-9a-f]{32}$",
+ "type": "string"
+}