changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "machines": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "archived": {
+ "type": "integer"
+ },
+ "basket_size_grams": {
+ "type": "integer"
+ },
+ "boiler_type": {
+ "type": "string"
+ },
+ "built_in_grinder_id": {
+ "type": "null"
+ },
+ "control_type": {
+ "type": "string"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "name": {
+ "type": "string"
+ },
+ "notes": {
+ "type": "null"
+ },
+ "prep_style": {
+ "type": "null"
+ },
+ "prep_type": {
+ "type": "null"
+ },
+ "programs": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "is_active": {
+ "type": "integer"
+ },
+ "program_number": {
+ "type": "integer"
+ },
+ "program_type": {
+ "type": "string"
+ },
+ "target_time_s": {
+ "type": "null"
+ },
+ "target_volume_g": {
+ "type": "integer"
+ },
+ "volume_source": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "program_number",
+ "program_type",
+ "target_volume_g",
+ "target_time_s",
+ "volume_source",
+ "description",
+ "is_active"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "tools_list": {
+ "type": "array"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "control_type",
+ "basket_size_grams",
+ "boiler_type",
+ "notes",
+ "prep_type",
+ "prep_style",
+ "archived",
+ "built_in_grinder_id",
+ "tools_list",
+ "programs"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "machines"
+ ],
+ "type": "object"
+}