Percentage of Disposal Methods for Industrial Waste in Jubail
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"methods-of-industrial-waste-disposal",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/methods-of-industrial-waste-disposal"
}
] - "definitions":{
- "methods-of-industrial-waste-disposal":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/methods-of-industrial-waste-disposal_records"
}
}
} - "records":
} - "properties":
- "methods-of-industrial-waste-disposal_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "burning":,{
- "type":"number",
- "title":"Burning ",
- "description":""
} - "burying":,{
- "type":"number",
- "title":"Burying",
- "description":""
} - "recycling":,{
- "type":"number",
- "title":"Recycling ",
- "description":""
} - "total":{
- "type":"number",
- "title":"Total",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "methods-of-industrial-waste-disposal":