International Air Traffic and Passengers by Month

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
                       
Month
               

No description available for this field.

Name (identifier)
month
Type
text
Sample
                       
Indicators
               

No description available for this field.

Name (identifier)
indicators
Type
text
Sample
                       
Ports
               

No description available for this field.

Name (identifier)
ports
Type
text
Sample
                       
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Value
               

No description available for this field.

Name (identifier)
value
Type
decimal
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"air-traffic-and-passengers-at-muscat-international-airport-by-month",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/air-traffic-and-passengers-at-muscat-international-airport-by-month"
      }
    ]
    ,
  • "definitions":
    {
    • "air-traffic-and-passengers-at-muscat-international-airport-by-month":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/air-traffic-and-passengers-at-muscat-international-airport-by-month_records"
            }
          }
        }
      }
      ,
    • "air-traffic-and-passengers-at-muscat-international-airport-by-month_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "month":
              {
              • "type":"string",
              • "title":"Month",
              • "description":""
              }
              ,
            • "indicators":
              {
              • "type":"string",
              • "title":"Indicators",
              • "description":""
              }
              ,
            • "ports":
              {
              • "type":"string",
              • "title":"Ports",
              • "description":""
              }
              ,
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "value":
              {
              • "type":"number",
              • "title":"Value",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "title":"Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets