Concentrations of fine particulate matter (PM2.5)
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"concentrations_fine_pm2",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/concentrations_fine_pm2"
}
] - "definitions":{
- "concentrations_fine_pm2":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/concentrations_fine_pm2_records"
}
}
} - "records":
} - "properties":
- "concentrations_fine_pm2_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "parentlocation":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "location":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "dim1":,{
- "type":"string",
- "title":"Residence Area Type",
- "description":""
} - "factvaluenumeric":,{
- "type":"number",
- "title":"Value",
- "description":""
} - "factvaluenumericlow":,{
- "type":"number",
- "title":"Min",
- "description":""
} - "factvaluenumerichigh":,{
- "type":"number",
- "title":"Max",
- "description":""
} - "value":{
- "type":"string",
- "title":"Value [Min - Max]",
- "description":""
}
} - "parentlocation":
}
} - "fields":
} - "properties":
} - "concentrations_fine_pm2":