Road Lengths & Lighting Poles
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"road-lengths-lighting-poles",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/road-lengths-lighting-poles"
}
] - "definitions":{
- "road-lengths-lighting-poles":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/road-lengths-lighting-poles_records"
}
}
} - "records":
} - "properties":
- "road-lengths-lighting-poles_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "area":,{
- "type":"string",
- "title":"Area",
- "description":""
} - "roadworks":,{
- "type":"string",
- "title":"Roadworks",
- "description":""
} - "asphalted_planted":,{
- "type":"number",
- "title":"Asphalted & Planted",
- "description":""
} - "asphalted":,{
- "type":"number",
- "title":" Asphalted",
- "description":""
} - "electrical_power":,{
- "type":"number",
- "title":"Electrical Power",
- "description":""
} - "solar_energy":{
- "type":"number",
- "title":"Solar Energy ",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "road-lengths-lighting-poles":