records

records

Active filters Clear all

No active filters

Filters

Taxi Licensing - Wheelchair Accessible Hackney Carriages

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Licence Number
               

No description available for this field.

Name (identifier)
licence_number
Type
text
Sample
                       
Make
               

No description available for this field.

Name (identifier)
make
Type
text
Sample
                       
Model
               

No description available for this field.

Name (identifier)
model
Type
text
Sample
                       
Colour
               

No description available for this field.

Name (identifier)
colour
Type
text
Sample
                       
Date expires
               

No description available for this field.

Name (identifier)
date_expires
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"taxi-licensing-wheelchair-accessible-hackney-carriages",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/taxi-licensing-wheelchair-accessible-hackney-carriages"
      }
    ]
    ,
  • "definitions":
    {
    • "taxi-licensing-wheelchair-accessible-hackney-carriages":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/taxi-licensing-wheelchair-accessible-hackney-carriages_records"
            }
          }
        }
      }
      ,
    • "taxi-licensing-wheelchair-accessible-hackney-carriages_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "licence_number":
              {
              • "type":"string",
              • "title":"Licence Number",
              • "description":""
              }
              ,
            • "make":
              {
              • "type":"string",
              • "title":"Make",
              • "description":""
              }
              ,
            • "model":
              {
              • "type":"string",
              • "title":"Model",
              • "description":""
              }
              ,
            • "colour":
              {
              • "type":"string",
              • "title":"Colour",
              • "description":""
              }
              ,
            • "date_expires":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date expires",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets