Skip to content

Commit

Permalink
Fix Get Current Condition response schema to reflect live configurati…
Browse files Browse the repository at this point in the history
…on (#32295)
  • Loading branch information
ismael-ms authored Jan 28, 2025
1 parent 6e4d25d commit 7a3f210
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,39 +105,39 @@
"unit": "mm",
"unitType": 3
},
"pastThreeHours": {
"past3Hours": {
"value": 0.8,
"unit": "mm",
"unitType": 3
},
"pastSixHours": {
"past6Hours": {
"value": 0.8,
"unit": "mm",
"unitType": 3
},
"pastNineHours": {
"past9Hours": {
"value": 0.8,
"unit": "mm",
"unitType": 3
},
"pastTwelveHours": {
"past12Hours": {
"value": 0.8,
"unit": "mm",
"unitType": 3
},
"pastEighteenHours": {
"past18Hours": {
"value": 0.8,
"unit": "mm",
"unitType": 3
},
"pastTwentyFourHours": {
"past24Hours": {
"value": 0.8,
"unit": "mm",
"unitType": 3
}
},
"temperatureSummary": {
"pastSixHours": {
"past6Hours": {
"minimum": {
"value": 8.3,
"unit": "C",
Expand All @@ -149,7 +149,7 @@
"unitType": 17
}
},
"pastTwelveHours": {
"past12Hours": {
"minimum": {
"value": 5.9,
"unit": "C",
Expand All @@ -161,7 +161,7 @@
"unitType": 17
}
},
"pastTwentyFourHours": {
"past24Hours": {
"minimum": {
"value": 5.9,
"unit": "C",
Expand Down
18 changes: 9 additions & 9 deletions specification/maps/data-plane/Weather/stable/1.1/weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -2292,27 +2292,27 @@
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past hour."
},
"pastThreeHours": {
"past3Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past three hours."
},
"pastSixHours": {
"past6Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past six hours. Contains Metric and Imperial Values."
},
"pastNineHours": {
"past9Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past nine hours."
},
"pastTwelveHours": {
"past12Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 12 hours."
},
"pastEighteenHours": {
"past18Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 18 hours."
},
"pastTwentyFourHours": {
"past24Hours": {
"$ref": "#/definitions/WeatherUnit",
"description": "The amount of precipitation (liquid equivalent) that has fallen in the past 24 hours."
}
Expand All @@ -2335,15 +2335,15 @@
"TemperatureSummary": {
"type": "object",
"properties": {
"pastSixHours": {
"past6Hours": {
"$ref": "#/definitions/PastHoursTemperature",
"description": "Summary of temperature fluctuations over the past 6 hours."
},
"pastTwelveHours": {
"past12Hours": {
"$ref": "#/definitions/PastHoursTemperature",
"description": "Summary of temperature fluctuations over the past 12 hours."
},
"pastTwentyFourHours": {
"past24Hours": {
"$ref": "#/definitions/PastHoursTemperature",
"description": "Summary of temperature fluctuations over the past 24 hours."
}
Expand Down

0 comments on commit 7a3f210

Please sign in to comment.