Skip to content

Commit

Permalink
refactor/1528 - Update UAL, AAL
Browse files Browse the repository at this point in the history
  • Loading branch information
JPmAn24 authored and erikquinn committed Feb 17, 2020
1 parent eb3c78e commit abf22df
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 57 deletions.
112 changes: 56 additions & 56 deletions assets/airlines/aal.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"icao": "aal",
"name": "American Airlines",
"callsign": {
"name": "American",
"callsignFormats": [
"####",
"###",
"##"
]
},
"fleets": {
"default": [
["A21N", 10],
["A319", 133],
["A320", 48],
["A321", 219],
["A332", 15],
["A333", 9],
["B38M", 24],
["B738", 304],
["B752", 34],
["B763", 17],
["B772", 47],
["B77W", 20],
["B788", 20],
["B789", 22],
["E190", 19]
],
"long": [
["A332", 15],
["A333", 9],
["B752", 34],
["B763", 17],
["B772", 47],
["B77W", 20],
["B788", 20],
["B789", 22]
],
"short": [
["A21N", 10],
["A319", 133],
["A320", 48],
["A321", 219],
["B38M", 24],
["B738", 304],
["E190", 19]
],
"a332": [
["A332", 15]
],
"b763": [
["B763", 17]
]
}
}
{
"icao": "aal",
"name": "American Airlines",
"callsign": {
"name": "American",
"callsignFormats": [
"####",
"###",
"##"
]
},
"fleets": {
"default": [
["A21N", 10],
["A319", 133],
["A320", 48],
["A321", 219],
["A332", 15],
["A333", 9],
["B38M", 24],
["B738", 304],
["B752", 34],
["B763", 17],
["B772", 47],
["B77W", 20],
["B788", 20],
["B789", 22],
["E190", 19]
],
"long": [
["A332", 15],
["A333", 9],
["B752", 34],
["B763", 17],
["B772", 47],
["B77W", 20],
["B788", 20],
["B789", 22]
],
"short": [
["A21N", 10],
["A319", 133],
["A320", 48],
["A321", 219],
["B38M", 24],
["B738", 304],
["E190", 19]
],
"a332": [
["A332", 15]
],
"b763": [
["B763", 17]
]
}
}
3 changes: 2 additions & 1 deletion assets/airlines/ual.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
["B39M", 14],
["B737", 41],
["B738", 141],
["B739", 148]
["B739", 148],
["B752", 53]
],
"b763": [
["B763", 38]
Expand Down

0 comments on commit abf22df

Please sign in to comment.