Household Environment Statistics
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"household-environment-statistics",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/household-environment-statistics"
}
] - "definitions":{
- "household-environment-statistics":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/household-environment-statistics_records"
}
}
} - "records":
} - "properties":
- "household-environment-statistics_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "administrative_regions":,{
- "type":"string",
- "title":"Administrative regions ",
- "description":""
} - "source":,{
- "type":"string",
- "title":"Source",
- "description":""
} - "occurance_level":,{
- "type":"string",
- "title":"Occurance / Level",
- "description":""
} - "type_of_toliet":,{
- "type":"string",
- "title":"Type of toliet",
- "description":""
} - "type_of_tree":,{
- "type":"string",
- "title":"Type of tree",
- "description":""
} - "waste_disposals_per_week":,{
- "type":"string",
- "title":"Waste disposals per week ",
- "description":""
} - "waste_disposal_methods":,{
- "type":"string",
- "title":"Waste disposal methods",
- "description":""
} - "pollution_type":,{
- "type":"string",
- "title":"Pollution Type",
- "description":""
} - "education_level":,{
- "type":"string",
- "title":"Education Level",
- "description":""
} - "income_category":,{
- "type":"string",
- "title":"Income Category",
- "description":""
} - "environmental_issue":,{
- "type":"string",
- "title":"Environmental Issue",
- "description":""
} - "waste_segregation":,{
- "type":"string",
- "title":"Waste segregation",
- "description":""
} - "value":{
- "type":"number",
- "title":"value in percentage %",
- "description":"",
- "unit":"%"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "household-environment-statistics":