Car Plates Issued By Type of Vehicle and Region
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"car-plates-issued-by-type-of-vehicle-and-region-14-8_0",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/car-plates-issued-by-type-of-vehicle-and-region-14-8_0"
}
] - "definitions":{
- "car-plates-issued-by-type-of-vehicle-and-region-14-8_0":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/car-plates-issued-by-type-of-vehicle-and-region-14-8_0_records"
}
}
} - "records":
} - "properties":
- "car-plates-issued-by-type-of-vehicle-and-region-14-8_0_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "value":,{
- "type":"number",
- "title":"value",
- "description":""
} - "total":{
- "type":"number",
- "title":"Total",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "car-plates-issued-by-type-of-vehicle-and-region-14-8_0":