addedInput schema / properties / fields / properties / data_confidence / description
Added value: +"estimated marks the metrics as a best guess instead of burying the caveat in notes"
changedInput schema / properties / fields / properties / data_confidence / enum
Previous value: -[
- "measured",
- "recalled"
-]New value: +[
+ "measured",
+ "recalled",
+ "estimated"
+]
addedInput schema / properties / fields / properties / flavor_notes / description
Added value: +"null clears the notes"
changedInput schema / properties / fields / properties / flavor_notes / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedInput schema / properties / fields / properties / rating / description
Added value: +"1-5; null clears the rating"
changedInput schema / properties / fields / properties / rating / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
addedInput schema / properties / fields / properties / tasted
Added value: +{
+ "description": "Backfill 1 to mark a pending shot as tasted-clean (tasted, no defect tags) so it leaves the taste-pending queue without inventing a tag or rating",
+ "enum": [
+ 0,
+ 1
+ ],
+ "type": "integer"
+}
addedInput schema / properties / fields / properties / verdict / description
Added value: +"null clears the verdict"
changedInput schema / properties / fields / properties / verdict / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]