records
Types of Taxis
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":"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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "types-of-taxis":
}