records

records

Active filters Clear all

No active filters

Filters

Roads speed limits in Ajman

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Location
               

No description available for this field.

Name (identifier)
location
Type
text
Sample
                       
Location (in Arabic)
               

No description available for this field.

Name (identifier)
location_in_arabic
Type
text
Sample
                       
Road Speed Limit
               

No description available for this field.

Name (identifier)
road_speed_limit
Type
decimal
Sample
                       
Violation Speed
               

No description available for this field.

Name (identifier)
violation_speed
Type
decimal
Sample
                       
Street Code
               

No description available for this field.

Name (identifier)
street_code
Type
decimal
Sample
                       
Margin
               

No description available for this field.

Name (identifier)
margin
Type
decimal
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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":""
              }
            }
          }
        }
      }
    }
}

Similar datasets