records
Roads speed limits in Ajman
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":"roads-speed-limits-in-ajman",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/roads-speed-limits-in-ajman"
}
] - "definitions":{
- "roads-speed-limits-in-ajman":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/roads-speed-limits-in-ajman_records"
}
}
} - "records":
} - "properties":
- "roads-speed-limits-in-ajman_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "location":,{
- "type":"string",
- "title":"Location",
- "description":""
} - "location_in_arabic":,{
- "type":"string",
- "title":"Location (in Arabic)",
- "description":""
} - "road_speed_limit":,{
- "type":"number",
- "title":"Road Speed Limit",
- "description":""
} - "violation_speed":,{
- "type":"number",
- "title":"Violation Speed",
- "description":""
} - "street_code":,{
- "type":"number",
- "title":"Street Code",
- "description":""
} - "margin":{
- "type":"number",
- "title":"Margin",
- "description":""
}
} - "location":
}
} - "fields":
} - "properties":
} - "roads-speed-limits-in-ajman":
}