Number of Passenger and Freight Vehicles

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Vehicle Type
               

No description available for this field.

Name (identifier)
vehicle_type
Type
text
Sample
                       
Operation
               

No description available for this field.

Name (identifier)
operation
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"number-of-passenger-and-freight-vehicles",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-passenger-and-freight-vehicles"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-passenger-and-freight-vehicles":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-passenger-and-freight-vehicles_records"
            }
          }
        }
      }
      ,
    • "number-of-passenger-and-freight-vehicles_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "vehicle_type":
              {
              • "type":"string",
              • "title":"Vehicle Type",
              • "description":""
              }
              ,
            • "operation":
              {
              • "type":"string",
              • "title":"Operation",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets