records

records

Active filters Clear all

No active filters

Filters

Abra Passengers

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
                       
Period Covered
               

No description available for this field.

Name (identifier)
period_covered
Type
text
Sample
                       
Number of Abra Passengers
               

No description available for this field.

Name (identifier)
number_of_abra_passengers
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"abra-passengers",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/abra-passengers"
      }
    ]
    ,
  • "definitions":
    {
    • "abra-passengers":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/abra-passengers_records"
            }
          }
        }
      }
      ,
    • "abra-passengers_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"number",
              • "title":"Year",
              • "description":""
              }
              ,
            • "period_covered":
              {
              • "type":"string",
              • "title":"Period Covered",
              • "description":""
              }
              ,
            • "number_of_abra_passengers":
              {
              • "type":"number",
              • "title":"Number of Abra Passengers",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets