Skip to content

Commit

Permalink
Modified AirDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTsao authored and alextts627 committed Sep 24, 2021
1 parent ece7153 commit b6d1811
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specification/maps/data-plane/Weather/preview/1.0/weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,7 @@
"format": "int32",
"description": "Value associated with the air quality or pollution category. These values range from 1 to 6. 1 implying good conditions, 6 implying hazardous conditions."
},
"air_quality_type": {
"airQualityType": {
"type": "string",
"description": "Only exists for air quality. Examples include ozone and particle pollution."
}
Expand Down Expand Up @@ -1757,15 +1757,15 @@
}
}
},
"AlertArea": {
"AlertDetails": {
"type": "object",
"description": "Information about a severe weather alert issued within an affected area(s). If multiple alerts are active for the same location, the alerts will be returned in order of `priority` within the API response, with the highest priority alert being returned at the top of the response.",
"properties": {
"name": {
"type": "string",
"description": "The name of an area which is affected by the alert. The location that was requested falls under the alert area."
},
"summary": {
"description": {
"type": "string",
"description": "Text summarizing the alert in the returned area."
},
Expand All @@ -1783,11 +1783,11 @@
"$ref": "#/definitions/LatestStatus",
"description": "The latest status of the alert in the current area."
},
"alertDetails": {
"details": {
"type": "string",
"description": "Full details associated with the alert. Returned if `details`=True. This field is always returned in the language(s) of choice by the issuing provider and Azure Maps only returns what is created by the provider. Please note, some countries/regions may offer their native language and English. Language parameter won’t apply to this field."
},
"alertDetailsLanguageCode": {
"language": {
"type": "string",
"description": "Language of the `alertDetails`. This field helps to point out that the language of the `alertDetails` may differ from the requested language parameter. Returned if `details`=True. Language code has been derived from the ISO 639-1 Alpha-2 codes."
}
Expand Down

0 comments on commit b6d1811

Please sign in to comment.