changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "recipes": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "bean_id": {
+ "type": "integer"
+ },
+ "bean_name": {
+ "type": "string"
+ },
+ "dose_g": {
+ "type": "number"
+ },
+ "drink_intent": {
+ "type": "string"
+ },
+ "finish_action": {
+ "type": "string"
+ },
+ "grind_label": {
+ "type": "string"
+ },
+ "grind_position_value": {
+ "type": "integer"
+ },
+ "grind_reading": {
+ "additionalProperties": true,
+ "properties": {
+ "epochs_since": {
+ "type": "integer"
+ },
+ "label": {
+ "type": "null"
+ },
+ "offset_clicks": {
+ "type": "null"
+ },
+ "offset_direction": {
+ "type": "null"
+ },
+ "unmeasured": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "label",
+ "offset_clicks",
+ "offset_direction",
+ "epochs_since",
+ "unmeasured"
+ ],
+ "type": "object"
+ },
+ "grinder_id": {
+ "type": "integer"
+ },
+ "grinder_name": {
+ "type": "string"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "locked_at": {
+ "type": "string"
+ },
+ "machine_id": {
+ "type": "integer"
+ },
+ "machine_name": {
+ "type": "string"
+ },
+ "profile": {
+ "type": "string"
+ },
+ "program_id": {
+ "type": "integer"
+ },
+ "status": {
+ "type": "string"
+ },
+ "target_time_s": {
+ "type": "integer"
+ },
+ "target_yield_g": {
+ "type": [
+ "number",
+ "integer"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "bean_id",
+ "grinder_id",
+ "machine_id",
+ "program_id",
+ "status",
+ "grind_label",
+ "grind_position_value",
+ "dose_g",
+ "target_yield_g",
+ "target_time_s",
+ "finish_action",
+ "drink_intent",
+ "profile",
+ "locked_at",
+ "bean_name",
+ "grinder_name",
+ "machine_name",
+ "grind_reading"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "recipes"
+ ],
+ "type": "object"
+}