records

records

Active filters Clear all

No active filters

Filters

Waste Rates

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Financial year from
               

No description available for this field.

Name (identifier)
financial_year_from
Type
date
Sample
                       
Financial year to
               

No description available for this field.

Name (identifier)
financial_year_to
Type
date
Sample
                       
Period
               

No description available for this field.

Name (identifier)
period
Type
text
Sample
                       
Recycling & Reuse %
               

No description available for this field.

Name (identifier)
recycling_reuse
Type
decimal
Unit
%
Sample
                       
Composting %
               

No description available for this field.

Name (identifier)
composting
Type
decimal
Unit
%
Sample
                       
Recyling Reuse & Composting %
               

No description available for this field.

Name (identifier)
recyling_reuse_composting
Type
decimal
Unit
%
Sample
                       
Refuse Derived Fuel %
               

No description available for this field.

Name (identifier)
refuse_derived_fuel
Type
decimal
Unit
%
Sample
                       
Total Diverted %
               

No description available for this field.

Name (identifier)
total_diverted
Type
decimal
Unit
%
Sample
                       

JSON Schema

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

{
  • "title":"waste-rates",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/waste-rates"
      }
    ]
    ,
  • "definitions":
    {
    • "waste-rates":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/waste-rates_records"
            }
          }
        }
      }
      ,
    • "waste-rates_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "financial_year_from":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Financial year from",
              • "description":""
              }
              ,
            • "financial_year_to":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Financial year to",
              • "description":""
              }
              ,
            • "period":
              {
              • "type":"string",
              • "title":"Period",
              • "description":""
              }
              ,
            • "recycling_reuse":
              {
              • "type":"number",
              • "title":"Recycling & Reuse %",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "composting":
              {
              • "type":"number",
              • "title":"Composting %",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "recyling_reuse_composting":
              {
              • "type":"number",
              • "title":"Recyling Reuse & Composting %",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "refuse_derived_fuel":
              {
              • "type":"number",
              • "title":"Refuse Derived Fuel %",
              • "description":"",
              • "unit":"%"
              }
              ,
            • "total_diverted":
              {
              • "type":"number",
              • "title":"Total Diverted %",
              • "description":"",
              • "unit":"%"
              }
            }
          }
        }
      }
    }
}

Similar datasets