Total Road Length by Category of Roads
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"total-road-length-by-category-of-roads",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/total-road-length-by-category-of-roads"
}
] - "definitions":{
- "total-road-length-by-category-of-roads":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/total-road-length-by-category-of-roads_records"
}
}
} - "records":
} - "properties":
- "total-road-length-by-category-of-roads_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "national_highways_length_in_kms":,{
- "type":"number",
- "title":"National Highways Length in Kms",
- "description":""
} - "national_highways_percentage_share":,{
- "type":"number",
- "title":"National Highways : Percentage Share",
- "description":""
} - "state_highways_length_in_kms":,{
- "type":"number",
- "title":"State Highways : Length in Kms",
- "description":""
} - "state_highways_percentage_share":,{
- "type":"number",
- "title":"State Highways : Percentage Share",
- "description":""
} - "other_pwd_roads_length_in_kms":,{
- "type":"number",
- "title":"Other PWD Roads : Length in Kms",
- "description":""
} - "other_pwd_roads_percentage_share":,{
- "type":"number",
- "title":"Other PWD Roads : Percentage Share",
- "description":""
} - "district_roads_length_in_kms":,{
- "type":"string",
- "title":"District Roads : Length in Kms",
- "description":""
} - "district_roads_percentage_share":,{
- "type":"string",
- "title":"District Roads : Percentage Share",
- "description":""
} - "panchayat_raj_roads_length_in_kms":,{
- "type":"number",
- "title":"Panchayat Raj Roads : Length in Kms",
- "description":""
} - "panchayat_raj_roads_percentage_share":,{
- "type":"number",
- "title":"Panchayat Raj Roads : Percentage Share",
- "description":""
} - "jry_pmgsy_roads_length_in_kms":,{
- "type":"number",
- "title":"JRY & PMGSY Roads : Length in Kms",
- "description":""
} - "jry_pmgsy_roads_percentage_share":,{
- "type":"number",
- "title":"JRY & PMGSY Roads : Percentage Share",
- "description":""
} - "rural_roads_length_in_kms":,{
- "type":"string",
- "title":"Rural Roads : Length in Kms",
- "description":""
} - "rural_roads_percentage_share":,{
- "type":"string",
- "title":"Rural Roads : Percentage Share",
- "description":""
} - "urban_roads_length_in_kms":,{
- "type":"number",
- "title":"Urban Roads : Length in Kms",
- "description":""
} - "urban_roads_percentage_share":,{
- "type":"number",
- "title":"Urban Roads : Percentage Share",
- "description":""
} - "project_roads_length_in_kms":,{
- "type":"number",
- "title":"Project Roads : Length in Kms",
- "description":""
} - "project_roads_percentage_share":,{
- "type":"number",
- "title":"Project Roads : Percentage Share",
- "description":""
} - "surfaced_length_in_kms":,{
- "type":"number",
- "title":"Surfaced : Length in Kms",
- "description":""
} - "surfaced_percentage_share":,{
- "type":"number",
- "title":"Surfaced : Percentage Share",
- "description":""
} - "total_length_in_kms":,{
- "type":"number",
- "title":"Total : Length in Kms",
- "description":""
} - "total_percentage_share":{
- "type":"number",
- "title":"Total : Percentage Share",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "total-road-length-by-category-of-roads":