To achieve different capacities depending on the current runway configuration, we can add different profiles for it, including a default one etc. ```js activeProfile: String, profiles: [ { id: String, capacities: [ { rwy_designator: String, capacity: Number, alias: String, }, ], }, ], ```
To achieve different capacities depending on the current runway configuration, we can add different profiles for it, including a default one etc.