removedOutput schema / properties / air_temp_c / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / air_temp_c / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / average_period_sec / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / average_period_sec / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / dew_point_c / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / dew_point_c / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / dominant_period_sec / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / dominant_period_sec / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / gust_speed_ms / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / gust_speed_ms / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / mean_wave_direction_deg / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / mean_wave_direction_deg / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / pressure_hpa / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / pressure_hpa / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / tide_ft / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / tide_ft / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / visibility_nmi / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / visibility_nmi / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / water_temp_c / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / water_temp_c / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / wave_height_m / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / wave_height_m / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / wind_direction_deg / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / wind_direction_deg / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / wind_speed_ms / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / wind_speed_ms / type
Added value: +[
+ "number",
+ "null"
+]