records

records

Active filters Clear all

No active filters

Filters

Types of Taxis

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
decimal
Sample
                       
Type of Taxi-English
               

No description available for this field.

Name (identifier)
type_of_taxi_english
Type
text
Sample
                       
Type of Taxi-Arabic
               

No description available for this field.

Name (identifier)
type_of_taxi_arabic
Type
text
Sample
                       
Description-English
               

No description available for this field.

Name (identifier)
description_english
Type
text
Sample
                       
Description-Arabic
               

No description available for this field.

Name (identifier)
description_arabic
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"types-of-taxis",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/types-of-taxis"
      }
    ]
    ,
  • "definitions":
    {
    • "types-of-taxis":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/types-of-taxis_records"
            }
          }
        }
      }
      ,
    • "types-of-taxis_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "type_of_taxi_english":
              {
              • "type":"string",
              • "title":"Type of Taxi-English",
              • "description":""
              }
              ,
            • "type_of_taxi_arabic":
              {
              • "type":"string",
              • "title":"Type of Taxi-Arabic",
              • "description":""
              }
              ,
            • "description_english":
              {
              • "type":"string",
              • "title":"Description-English",
              • "description":""
              }
              ,
            • "description_arabic":
              {
              • "type":"string",
              • "title":"Description-Arabic",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets