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":"number-of-vehicles-in-use@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/number-of-vehicles-in-use@kapsarc"
}
] - "definitions":{
- "number-of-vehicles-in-use@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/number-of-vehicles-in-use@kapsarc_records"
}
}
} - "records":
} - "properties":
- "number-of-vehicles-in-use@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "regions_countries":,{
- "type":"string",
- "title":"REGIONS/COUNTRIES",
- "description":""
} - "number_of_vehicles_in_use":,{
- "type":"integer",
- "title":"Number of Vehicles in Use",
- "description":""
} - "motorization_rate_2014_1000_inh":,{
- "type":"number",
- "title":"Motorization rate 2014 (/1000 inh.)",
- "description":""
} - "motorization_rate_2015_1000_inh":{
- "type":"number",
- "title":"Motorization rate 2015 (/1000 inh.)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "number-of-vehicles-in-use@kapsarc":
}