records
Count of Private and Public Vehicles Registered
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":"count-of-private-and-public-vehicles-registered-according-to-the-type-of-vehicle",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/count-of-private-and-public-vehicles-registered-according-to-the-type-of-vehicle"
}
] - "definitions":{
- "count-of-private-and-public-vehicles-registered-according-to-the-type-of-vehicle":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/count-of-private-and-public-vehicles-registered-according-to-the-type-of-vehicle_records"
}
}
} - "records":
} - "properties":
- "count-of-private-and-public-vehicles-registered-according-to-the-type-of-vehicle_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "empty":,{
- "type":"string",
- "title":"empty",
- "description":""
} - "heavy_bus":,{
- "type":"number",
- "title":"Heavy bus",
- "description":""
} - "light_bus":,{
- "type":"number",
- "title":"Light bus",
- "description":""
} - "heavy_mechanical":,{
- "type":"number",
- "title":"Heavy mechanical",
- "description":""
} - "light_mechanical":,{
- "type":"number",
- "title":"Light mechanical",
- "description":""
} - "heavy_cargo_of_12_tons":,{
- "type":"number",
- "title":"Heavy cargo of 12 tons",
- "description":""
} - "heavy_cargo_3_tons":,{
- "type":"number",
- "title":"Heavy cargo 3 tons",
- "description":""
} - "heavy_cargo_less_than_12_tons":,{
- "type":"number",
- "title":"Heavy cargo less than 12 tons",
- "description":""
} - "light_vehicle":,{
- "type":"number",
- "title":"Light vehicle",
- "description":""
} - "motorcycle":,{
- "type":"number",
- "title":"motorcycle",
- "description":""
} - "total":{
- "type":"number",
- "title":"Total",
- "description":""
}
} - "empty":
}
} - "fields":
} - "properties":
} - "count-of-private-and-public-vehicles-registered-according-to-the-type-of-vehicle":
}