records
Taxi Licensing - Wheelchair Accessible Private Hire Vehicles
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":"taxi-licensing-wheelchair-accessible-private-hire-vehicles",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/taxi-licensing-wheelchair-accessible-private-hire-vehicles"
}
] - "definitions":{
- "taxi-licensing-wheelchair-accessible-private-hire-vehicles":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/taxi-licensing-wheelchair-accessible-private-hire-vehicles_records"
}
}
} - "records":
} - "properties":
- "taxi-licensing-wheelchair-accessible-private-hire-vehicles_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "make":,{
- "type":"string",
- "title":"Make",
- "description":""
} - "model":,{
- "type":"string",
- "title":"Model",
- "description":""
} - "colour":,{
- "type":"string",
- "title":"Colour",
- "description":""
} - "licence_number":,{
- "type":"string",
- "title":"Licence Number",
- "description":""
} - "operator":,{
- "type":"string",
- "title":"Operator",
- "description":""
} - "date_commences":,{
- "type":"string",
- "format":"date",
- "title":"Date Commences",
- "description":""
} - "date_expires":{
- "type":"string",
- "format":"date",
- "title":"Date Expires",
- "description":""
}
} - "make":
}
} - "fields":
} - "properties":
} - "taxi-licensing-wheelchair-accessible-private-hire-vehicles":
}