Aircraft, Passengers and Air Cargo Movements

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
date
Sample
                       
Indicator Name
               

No description available for this field.

Name (identifier)
indicator_name
Type
text
Sample
                       
Indicator Details
               

No description available for this field.

Name (identifier)
indicator_details
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":"aeroplanes-passengers-and-air-cargo-movement-bahrain",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/aeroplanes-passengers-and-air-cargo-movement-bahrain"
      }
    ]
    ,
  • "definitions":
    {
    • "aeroplanes-passengers-and-air-cargo-movement-bahrain":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/aeroplanes-passengers-and-air-cargo-movement-bahrain_records"
            }
          }
        }
      }
      ,
    • "aeroplanes-passengers-and-air-cargo-movement-bahrain_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "indicator_name":
              {
              • "type":"string",
              • "title":"Indicator Name",
              • "description":""
              }
              ,
            • "indicator_details":
              {
              • "type":"string",
              • "title":"Indicator Details",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets