changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "beans": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "age_verdict": {
+ "type": "string"
+ },
+ "archived": {
+ "type": "integer"
+ },
+ "bag_notes": {
+ "type": "string"
+ },
+ "bag_weight_g": {
+ "type": "null"
+ },
+ "cost": {
+ "type": "null"
+ },
+ "currency": {
+ "type": "null"
+ },
+ "days_off_roast": {
+ "type": "integer"
+ },
+ "days_since_opened": {
+ "type": "null"
+ },
+ "decaffeinated": {
+ "type": "null"
+ },
+ "dial_category": {
+ "type": "string"
+ },
+ "effective_age_days": {
+ "type": "integer"
+ },
+ "favourite": {
+ "type": "null"
+ },
+ "finished": {
+ "type": "integer"
+ },
+ "frozen_days_excluded": {
+ "type": "integer"
+ },
+ "grams_remaining": {
+ "type": [
+ "null",
+ "integer"
+ ]
+ },
+ "id": {
+ "type": "integer"
+ },
+ "name": {
+ "type": "string"
+ },
+ "opened_date": {
+ "type": "null"
+ },
+ "origins": {
+ "type": "array"
+ },
+ "process_type": {
+ "type": "string"
+ },
+ "rating": {
+ "type": "null"
+ },
+ "rest_window_days_max": {
+ "type": "null"
+ },
+ "rest_window_days_min": {
+ "type": "null"
+ },
+ "roast_date": {
+ "type": "string"
+ },
+ "roast_level": {
+ "type": "string"
+ },
+ "roaster": {
+ "type": "string"
+ },
+ "shots_remaining": {
+ "type": "integer"
+ },
+ "shots_remaining_basis": {
+ "type": "string"
+ },
+ "shots_remaining_dose_g": {
+ "type": "number"
+ },
+ "shots_remaining_sample": {
+ "type": "null"
+ },
+ "state": {
+ "type": "string"
+ },
+ "storage": {
+ "type": "null"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "roaster",
+ "roast_date",
+ "roast_level",
+ "state",
+ "opened_date",
+ "archived",
+ "finished",
+ "favourite",
+ "decaffeinated",
+ "bag_weight_g",
+ "process_type",
+ "dial_category",
+ "rest_window_days_min",
+ "rest_window_days_max",
+ "storage",
+ "bag_notes",
+ "cost",
+ "currency",
+ "rating",
+ "effective_age_days",
+ "age_verdict",
+ "grams_remaining",
+ "days_since_opened",
+ "days_off_roast",
+ "frozen_days_excluded",
+ "origins"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "beans"
+ ],
+ "type": "object"
+}