Car Plates Issued in the Kingdom by Type
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"saudi-arabia-car-plates-issued-in-the-kingdom-by-type-2004-2008",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/saudi-arabia-car-plates-issued-in-the-kingdom-by-type-2004-2008"
}
] - "definitions":{
- "saudi-arabia-car-plates-issued-in-the-kingdom-by-type-2004-2008":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/saudi-arabia-car-plates-issued-in-the-kingdom-by-type-2004-2008_records"
}
}
} - "records":
} - "properties":
- "saudi-arabia-car-plates-issued-in-the-kingdom-by-type-2004-2008_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "value":{
- "type":"integer",
- "title":"Number of Car Plates Issued",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "saudi-arabia-car-plates-issued-in-the-kingdom-by-type-2004-2008":