WHO global air quality guidelines

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Pollutant
               

No description available for this field.

Name (identifier)
pollutant
Type
text
Sample
                       
Averaging time
               

No description available for this field.

Name (identifier)
averaging_time
Type
text
Sample
                       
2005 AQG level
               

No description available for this field.

Name (identifier)
2005_aqg_level
Type
integer
Sample
                       
2021 AQG level
               

No description available for this field.

Name (identifier)
2021_aqg_level
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"who-global-air-quality-guidelines",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/who-global-air-quality-guidelines"
      }
    ]
    ,
  • "definitions":
    {
    • "who-global-air-quality-guidelines":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/who-global-air-quality-guidelines_records"
            }
          }
        }
      }
      ,
    • "who-global-air-quality-guidelines_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "pollutant":
              {
              • "type":"string",
              • "title":"Pollutant",
              • "description":""
              }
              ,
            • "averaging_time":
              {
              • "type":"string",
              • "title":"Averaging time",
              • "description":""
              }
              ,
            • "2005_aqg_level":
              {
              • "type":"integer",
              • "title":"2005 AQG level",
              • "description":""
              }
              ,
            • "2021_aqg_level":
              {
              • "type":"number",
              • "title":"2021 AQG level",
              • "description":""
              }
            }
          }
        }
      }
    }
}