Lengths of Roads Inside the Cities by Type of the Road
مخطط مجموعة البيانات
مخطط JSON
إن غرض JSON التالي هو وصف موحد لمخطط مجموعة البيانات الخاصة بك. المزيد حول مخطط JSON.
- "title":"lengths-of-roads-inside-the-cities-by-type-of-the-road",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road"
}
] - "definitions":{
- "lengths-of-roads-inside-the-cities-by-type-of-the-road":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lengths-of-roads-inside-the-cities-by-type-of-the-road_records"
}
}
} - "records":
} - "properties":
- "lengths-of-roads-inside-the-cities-by-type-of-the-road_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":""
} - "paved_roads_with_streetlights_and_trees":,{
- "type":"number",
- "title":"Paved Roads with streetlights and trees",
- "description":""
} - "paved_roads":,{
- "type":"number",
- "title":"Paved Roads",
- "description":""
} - "number_of_streetlights_electrical_power":,{
- "type":"number",
- "title":"Number of streetlights(Electrical Power)",
- "description":""
} - "number_of_streetlights_solar_energy":{
- "type":"number",
- "title":"Number of streetlights(Solar Energy)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "lengths-of-roads-inside-the-cities-by-type-of-the-road":