changedInput schema / properties / bean_id / description
Previous value: -"Override: log against this bean instead of the active one"New value: +"Override: log against this bean instead of the active one (null = active)"
changedInput schema / properties / bean_id / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
addedInput schema / properties / data_confidence / description
Added value: +"measured = weighed/timed live; recalled = from memory; estimated = a best guess (e.g. missed the timer — \"~25s\")"
changedInput schema / properties / data_confidence / enum
Previous value: -[
- "measured",
- "recalled"
-]New value: +[
+ "measured",
+ "recalled",
+ "estimated"
+]
changedInput schema / properties / grinder_id / description
Previous value: -"Override: grinder used, if not the active one"New value: +"Override: grinder used, if not the active one (null = active)"
changedInput schema / properties / grinder_id / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
changedInput schema / properties / machine_id / description
Previous value: -"Override: machine used, if not the active one"New value: +"Override: machine used, if not the active one (null = active)"
changedInput schema / properties / machine_id / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
changedInput schema / properties / program_id / description
Previous value: -"Override: machine program used, if not the active one"New value: +"Override: machine program used, if not the active one (null = active)"
changedInput schema / properties / program_id / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
changedInput schema / properties / pulled_at / description
Previous value: -"When the shot was actually pulled (ISO 8601 or \"YYYY-MM-DD HH:MM:SS\"), for backdated entries. Defaults to now. When backdating, pass the returned shot_id to diagnose_shot explicitly — the default diagnosis target is the chronologically latest shot."New value: +"When the shot was actually pulled (ISO 8601 or \"YYYY-MM-DD HH:MM:SS\"), for backdated entries. Defaults to now (null = now). When backdating, pass the returned shot_id to diagnose_shot explicitly — the default diagnosis target is the chronologically latest shot."
changedInput schema / properties / pulled_at / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedInput schema / properties / tasted
Added value: +{
+ "description": "1 = the shot was tasted at log time. The explicit way to record a CLEAN tasting: sensory tags all describe defects, so a good shot has none — without this flag (or a rating) it would be filed taste-pending. Tags or a rating also mark a shot as tasted; 0 (default) = taste later.",
+ "enum": [
+ 0,
+ 1
+ ],
+ "type": "integer"
+}