addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / cause / maxLength
Added value: +4000
changedInput schema / properties / contributor / description
Previous value: -"How to credit/reach you: name, URL, or wallet address"New value: +"Optional private credit/contact string (name, public URL, or wallet). Stored for review; never returned by check_submission."
addedInput schema / properties / contributor / maxLength
Added value: +500
addedInput schema / properties / fix / maxLength
Added value: +8000
addedInput schema / properties / reproduction / maxLength
Added value: +8000
addedInput schema / properties / signature / maxLength
Added value: +2000
addedInput schema / properties / title / maxLength
Added value: +160
changedOutput schema / additionalProperties
Previous value: -trueNew value: +false
removedOutput schema / properties / detail / description
Removed value: -"Human-readable error or status detail."
removedOutput schema / properties / error / description
Removed value: -"Machine-readable error code, when the operation did not complete."
addedOutput schema / properties / nextAction
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "received"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / submissionId
Added value: +{
+ "description": "Private lookup id returned once to the submitter.",
+ "format": "uuid",
+ "type": "string"
+}