addedInput schema / properties / limit
Added value: +{
+ "default": 20,
+ "description": "Max countries to return (1–100). Default 20. Applied after query and parametersId, in OpenAQ catalog order.",
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / page
Added value: +{
+ "default": 1,
+ "description": "Which page of the filtered list to return (1-based). Default 1. With limit 20, page 2 returns countries 21–40. A page past the last one returns no countries and a notice naming the last page.",
+ "maximum": 9007199254740991,
+ "minimum": 1,
+ "type": "integer"
+}
addedInput schema / properties / parametersId / exclusiveMinimum
Added value: +0
removedInput schema / properties / parametersId / minimum
Removed value: --9007199254740991
changedInput schema / properties / query / description
Previous value: -"Case-insensitive filter over the bounded country catalog (~153) by code and name. A two-letter query is treated as an exact ISO 3166-1 alpha-2 code (e.g. \"US\" → United States); longer queries match as substrings (e.g. \"united\", \"germany\"). Omit to list all."New value: +"Case-insensitive filter over the country catalog by code and name. A two-letter query is treated as an exact ISO 3166-1 alpha-2 code (e.g. \"US\" → United States); longer queries match as substrings (e.g. \"united\", \"germany\"). Omit to page through the whole catalog."
addedOutput schema / properties / cap
Added value: +{
+ "description": "The limit that was applied.",
+ "type": "number"
+}
changedOutput schema / properties / countries / items / properties / code / description
Previous value: -"ISO 3166-1 alpha-2 code — pass as iso to openaq_find_locations"New value: +"OpenAQ country code: ISO 3166-1 alpha-2, or \"-99\" where OpenAQ has none — pass as iso to openaq_find_locations"
changedOutput schema / properties / notice / description
Previous value: -"Guidance when the query matched nothing."New value: +"Guidance when the filters matched nothing, when more pages follow (the next page to request), or when the page is past the last one."
addedOutput schema / properties / shown
Added value: +{
+ "description": "Number of countries returned on this page.",
+ "type": "number"
+}
changedOutput schema / properties / totalCount / description
Previous value: -"Total countries matched after filtering."New value: +"Countries matched after query and parametersId, across every page."
addedOutput schema / properties / truncated
Added value: +{
+ "description": "True when more matching countries follow on later pages.",
+ "type": "boolean"
+}