records
Waste Rates
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":"%"
}
} - "financial_year_from":
}
} - "fields":
} - "properties":
} - "waste-rates":
}