addedOutput schema / properties / scales / items
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "archived": {
+ "type": "integer"
+ },
+ "auto_tare": {
+ "type": "null"
+ },
+ "auto_timer": {
+ "type": "null"
+ },
+ "capacity_g": {
+ "type": "null"
+ },
+ "connectivity": {
+ "type": "null"
+ },
+ "depth_mm": {
+ "type": "null"
+ },
+ "flow_rate_display": {
+ "type": "null"
+ },
+ "height_mm": {
+ "type": "null"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "name": {
+ "type": "string"
+ },
+ "notes": {
+ "type": "null"
+ },
+ "power": {
+ "type": "null"
+ },
+ "resolution_banded": {
+ "type": "integer"
+ },
+ "resolution_g": {
+ "type": "number"
+ },
+ "scale_type": {
+ "type": "string"
+ },
+ "water_resistance": {
+ "type": "null"
+ },
+ "width_mm": {
+ "type": "null"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "scale_type",
+ "resolution_g",
+ "resolution_banded",
+ "capacity_g",
+ "width_mm",
+ "depth_mm",
+ "height_mm",
+ "water_resistance",
+ "connectivity",
+ "flow_rate_display",
+ "auto_tare",
+ "auto_timer",
+ "power",
+ "notes",
+ "archived"
+ ],
+ "type": "object"
+}