removedOutput schema / properties / latitude / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / latitude / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / longitude / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / longitude / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / chlorophyll_ug_l / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / chlorophyll_ug_l / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / conductivity_ms_cm / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / conductivity_ms_cm / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / oxygen_percent / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / oxygen_percent / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / oxygen_ppm / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / oxygen_ppm / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / ph / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / ph / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / redox_mv / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / redox_mv / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / salinity_psu / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / salinity_psu / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / turbidity_ftu / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / turbidity_ftu / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / readings / items / properties / water_temp_c / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / readings / items / properties / water_temp_c / type
Added value: +[
+ "number",
+ "null"
+]