WHO Children Environmental Health
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"who_children_environmentalhealth",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/who_children_environmentalhealth"
}
] - "definitions":{
- "who_children_environmentalhealth":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/who_children_environmentalhealth_records"
}
}
} - "records":
} - "properties":
- "who_children_environmentalhealth_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "indicatorcode":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "spatialdimensionvaluecode":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "timedim":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "value":,{
- "type":"integer",
- "title":"Value",
- "description":""
} - "numericvalue":{
- "type":"number",
- "title":"NumericValue",
- "description":""
}
} - "indicatorcode":
}
} - "fields":
} - "properties":
} - "who_children_environmentalhealth":