addedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / disturbs_note
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / epoch_at / type
Previous value: -[
- "null",
- "string"
-]New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / epoch_id / type
Previous value: -[
- "null",
- "integer"
-]New value: +[
+ "integer",
+ "null"
+]
addedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / epoch_task
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / offset_at / type
Previous value: -[
- "null",
- "string"
-]New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / offset_source / type
Previous value: -[
- "null",
- "string"
-]New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / offset_value / type
Previous value: -[
- "null",
- "integer"
-]New value: +[
+ "integer",
+ "null"
+]
addedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / properties / untranslatable_recipe_count
Added value: +{
+ "type": "integer"
+}
changedOutput schema / properties / grinders / items / properties / maintenance / properties / calibration / required
Previous value: -[
- "stale_recipe_count",
- "reference_recipe_id",
- "state",
- "epoch_id",
- "epoch_at",
- "offset_value",
- "offset_unit",
- "offset_source",
- "offset_at",
- "evidence"
-]New value: +[
+ "stale_recipe_count",
+ "untranslatable_recipe_count",
+ "reference_recipe_id",
+ "state",
+ "epoch_id",
+ "epoch_task",
+ "disturbs_note",
+ "epoch_at",
+ "offset_value",
+ "offset_unit",
+ "offset_source",
+ "offset_at",
+ "evidence"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / due / properties / burr_clean / properties / basis / type
Previous value: -[
- "null",
- "string"
-]New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / due / properties / burr_clean / properties / done / type
Previous value: -[
- "null",
- "integer"
-]New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / due / properties / burr_clean / properties / every / type
Previous value: -[
- "null",
- "integer"
-]New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / due / properties / burr_clean / properties / ratio / type
Previous value: -"integer"New value: +[
+ "number",
+ "integer"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / due / properties / burr_clean / properties / remaining / type
Previous value: -[
- "null",
- "integer"
-]New value: +[
+ "integer",
+ "null"
+]
addedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / details / additionalProperties
Added value: +true
addedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / details / properties
Added value: +{
+ "from": {
+ "additionalProperties": true,
+ "properties": {
+ "components_spec": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "nominal_step": {
+ "type": [
+ "number",
+ "integer"
+ ]
+ },
+ "setting_scheme": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "setting_scheme",
+ "nominal_step",
+ "components_spec"
+ ],
+ "type": "object"
+ },
+ "to": {
+ "additionalProperties": true,
+ "properties": {
+ "components_spec": {
+ "type": [
+ "null",
+ "string"
+ ]
+ },
+ "nominal_step": {
+ "type": [
+ "number",
+ "integer"
+ ]
+ },
+ "setting_scheme": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "setting_scheme",
+ "nominal_step",
+ "components_spec"
+ ],
+ "type": "object"
+ }
+}
addedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / details / required
Added value: +[]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / details / type
Previous value: -"null"New value: +[
+ "object",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / evidence / type
Previous value: -[
- "string",
- "null"
-]New value: +[
+ "null",
+ "string"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / note / type
Previous value: -[
- "null",
- "string"
-]New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / offset_at / type
Previous value: -[
- "string",
- "null"
-]New value: +[
+ "null",
+ "string"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / offset_source / type
Previous value: -[
- "string",
- "null"
-]New value: +[
+ "null",
+ "string"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / entries / items / properties / offset_value / type
Previous value: -[
- "integer",
- "null"
-]New value: +[
+ "null",
+ "integer"
+]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / tasks / items / properties / every / required
Previous value: -[
- "days",
- "shots",
- "grams"
-]New value: +[]
changedOutput schema / properties / grinders / items / properties / maintenance / properties / tasks / items / properties / every / type
Previous value: -"object"New value: +[
+ "object",
+ "null"
+]
addedOutput schema / properties / grinders / items / properties / maintenance / properties / tasks / items / properties / opened_by
Added value: +{
+ "type": [
+ "null",
+ "string"
+ ]
+}
addedOutput schema / properties / grinders / items / properties / maintenance / properties / tasks / items / properties / scheduled
Added value: +{
+ "type": "boolean"
+}
changedOutput schema / properties / grinders / items / properties / maintenance / properties / tasks / items / required
Previous value: -[
- "value",
- "kind",
- "label",
- "sub",
- "disturbs_zero",
- "every",
- "why",
- "disturbs_note",
- "offset_unit",
- "offset_integral",
- "details_version",
- "details_fields"
-]New value: +[
+ "value",
+ "kind",
+ "label",
+ "sub",
+ "disturbs_zero",
+ "every",
+ "why",
+ "disturbs_note",
+ "offset_unit",
+ "offset_integral",
+ "scheduled",
+ "opened_by",
+ "details_version",
+ "details_fields"
+]
changedOutput schema / properties / grinders / items / properties / max_value / type
Previous value: -[
- "integer",
- "null"
-]New value: +[
+ "null",
+ "integer"
+]
changedOutput schema / properties / grinders / items / properties / microns_per_step / type
Previous value: -[
- "null",
- "integer"
-]New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / grinders / items / properties / min_value / type
Previous value: -[
- "integer",
- "null"
-]New value: +[
+ "null",
+ "integer"
+]
changedOutput schema / properties / grinders / items / properties / nominal_step / type
Previous value: -"integer"New value: +[
+ "number",
+ "integer"
+]
changedOutput schema / properties / grinders / items / properties / notes / type
Previous value: -"null"New value: +[
+ "string",
+ "null"
+]