Percentage of Disposal Methods for Industrial Waste in Jubail

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Burning
               

No description available for this field.

Name (identifier)
burning
Type
decimal
Sample
                       
Burying
               

No description available for this field.

Name (identifier)
burying
Type
decimal
Sample
                       
Recycling
               

No description available for this field.

Name (identifier)
recycling
Type
decimal
Sample
                       
Total
               

No description available for this field.

Name (identifier)
total
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets