Expresses a 'country/region to AQI' relationship. Pairs a country/region with a desired AQI so that air quality data that is required for that country/region will be displayed according to the chosen AQI.
JSON representation
{"regionCode": string,"aqi": string}
Fields
regionCode
string
The country/region requiring the custom AQI. Value should be provided using ISO 3166-1 alpha-2 code.
aqi
string
The AQI to associate the country/region with. Value should be a valid index code.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-28 UTC."],[[["The JSON object defines a relationship between a country/region and a specific Air Quality Index (AQI)."],["It uses `regionCode` (ISO 3166-1 alpha-2 code) to identify the country/region and `aqi` to specify the desired AQI."],["This ensures air quality data for that country/region is displayed using the chosen AQI."]]],[]]