Number of Airplanes by Airline

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Type
               

No description available for this field.

Name (identifier)
type
Type
text
Sample
                       
Airline
               

No description available for this field.

Name (identifier)
airline
Type
text
Sample
                       
Number
               

No description available for this field.

Name (identifier)
number
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-airplanes-by-airline",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/number-of-airplanes-by-airline"
      }
    ]
    ,
  • "definitions":
    {
    • "number-of-airplanes-by-airline":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/number-of-airplanes-by-airline_records"
            }
          }
        }
      }
      ,
    • "number-of-airplanes-by-airline_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "type":
              {
              • "type":"string",
              • "title":"Type",
              • "description":""
              }
              ,
            • "airline":
              {
              • "type":"string",
              • "title":"Airline",
              • "description":""
              }
              ,
            • "number":
              {
              • "type":"number",
              • "title":"Number",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets