mmp/vice

investigate more compact specification for airlines in scenarios

Opened this issue · 0 comments

mmp commented

rather than

          "airlines": [
            {
              "fleet": "jfk",
              "icao": "WJA"
            },
            {
              "icao": "JBU"
            }
          ],

we might support something like:

"airlines": "WJA/jfk JBU",