records
Waste
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":"dechets",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/dechets"
}
] - "definitions":{
- "dechets":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/dechets_records"
}
}
} - "records":
} - "properties":
- "dechets_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "2009":,{
- "type":"number",
- "title":"2009",
- "description":""
} - "2010":,{
- "type":"number",
- "title":"2010",
- "description":""
} - "2011":,{
- "type":"number",
- "title":"2011",
- "description":""
} - "2012":,{
- "type":"number",
- "title":"2012",
- "description":""
} - "2013":,{
- "type":"number",
- "title":"2013",
- "description":""
} - "2014":,{
- "type":"number",
- "title":"2014",
- "description":""
} - "dechets_en_tonnes":,{
- "type":"string",
- "title":"Déchets (en tonnes)",
- "description":""
} - "aantal_ton_afval":,{
- "type":"string",
- "title":"Aantal ton afval",
- "description":""
} - "tons_of_waste":{
- "type":"string",
- "title":"Tons of waste",
- "description":""
}
} - "2009":
}
} - "fields":
} - "properties":
} - "dechets":
}