addedOutput schema / properties / waters / items
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "archived": {
+ "type": "integer"
+ },
+ "calcium": {
+ "type": "null"
+ },
+ "gh": {
+ "type": "integer"
+ },
+ "id": {
+ "type": "integer"
+ },
+ "kh": {
+ "type": "integer"
+ },
+ "magnesium": {
+ "type": "null"
+ },
+ "name": {
+ "type": "string"
+ },
+ "notes": {
+ "type": "null"
+ },
+ "sodium": {
+ "type": "null"
+ },
+ "tds": {
+ "type": "null"
+ },
+ "type": {
+ "type": "null"
+ }
+ },
+ "required": [
+ "id",
+ "name",
+ "type",
+ "tds",
+ "gh",
+ "kh",
+ "sodium",
+ "calcium",
+ "magnesium",
+ "notes",
+ "archived"
+ ],
+ "type": "object"
+}