records

records

Active filters Clear all

No active filters

Filters

Waste stream by district

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
 Area
               

No description available for this field.

Name (identifier)
area
Type
text
Sample
                       
stream
               

No description available for this field.

Name (identifier)
stream
Type
text
Sample
                       
value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"waste-stream-by-district",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/waste-stream-by-district"
      }
    ]
    ,
  • "definitions":
    {
    • "waste-stream-by-district":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/waste-stream-by-district_records"
            }
          }
        }
      }
      ,
    • "waste-stream-by-district_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "area":
              {
              • "type":"string",
              • "title":" Area",
              • "description":""
              }
              ,
            • "stream":
              {
              • "type":"string",
              • "title":"stream",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets