Length of Roads Under Maintenance
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"length-of-roads-under-maintenance-14-4_0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/length-of-roads-under-maintenance-14-4_0"
}
] - "definitions":{
- "length-of-roads-under-maintenance-14-4_0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/length-of-roads-under-maintenance-14-4_0_records"
}
}
} - "records":
} - "properties":
- "length-of-roads-under-maintenance-14-4_0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "single":,{
- "type":"number",
- "title":"Single ",
- "description":""
} - "duplicated":,{
- "type":"number",
- "title":"Duplicated",
- "description":""
} - "highway":,{
- "type":"number",
- "title":"Highway",
- "description":""
} - "mountain_roads":,{
- "type":"number",
- "title":"Mountain Roads ",
- "description":""
} - "total_of_lengths":{
- "type":"number",
- "title":"Total of Lengths",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "length-of-roads-under-maintenance-14-4_0":