records

records

Active filters Clear all

No active filters

Filters

Mouvements des avions à Tontouta depuis 2016

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
annee_mois
               

No description available for this field.

Name (identifier)
annee_mois
Type
date
Sample
                       
Sens
               

No description available for this field.

Name (identifier)
sens
Type
text
Sample
                       
Compagnie
               

No description available for this field.

Name (identifier)
compagnie
Type
text
Sample
                       
Destination
               

No description available for this field.

Name (identifier)
destination
Type
text
Sample
                       
nb de mouvements
               

No description available for this field.

Name (identifier)
mvt
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"mvt-avions-tontouta",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/mvt-avions-tontouta"
      }
    ]
    ,
  • "definitions":
    {
    • "mvt-avions-tontouta":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/mvt-avions-tontouta_records"
            }
          }
        }
      }
      ,
    • "mvt-avions-tontouta_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "annee_mois":
              {
              • "type":"string",
              • "format":"date",
              • "title":"annee_mois",
              • "description":""
              }
              ,
            • "sens":
              {
              • "type":"string",
              • "title":"Sens",
              • "description":""
              }
              ,
            • "compagnie":
              {
              • "type":"string",
              • "title":"Compagnie",
              • "description":""
              }
              ,
            • "destination":
              {
              • "type":"string",
              • "title":"Destination",
              • "description":""
              }
              ,
            • "mvt":
              {
              • "type":"integer",
              • "title":"nb de mouvements",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets