records
Mouvements des avions à Tontouta depuis 2016
Dataset schema
Click to expand Click to collapse
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "annee_mois":
}
} - "fields":
} - "properties":
} - "mvt-avions-tontouta":
}