Skip to content

Commit bd56302

Browse files
ReadyToFly -> OkToFly
1 parent 9adf551 commit bd56302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flight_planning/v1/flight_planning.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,12 @@ components:
182182
183183
- `Planned`: The USS has created an authorized flight plan for the user, but the user may not yet start flying (even if within the time bounds of the flight plan).
184184
185-
- `ReadyToFly`: The flight plan is ready for the user to nominally fly within the bounds (including time) of the flight plan.
185+
- `OkToFly`: The flight plan is in a state such that it is ok for the user to nominally fly within the bounds (including time) of the flight plan.
186186
187187
- `OffNominal`: The flight plan now reflects the user's actions, but the flight plan is not in a nominal state (e.g., the USS has placed the ASTM F3548-21 operational intent into one of the Nonconforming or Contingent states).
188188
189189
- `Closed`: The flight plan was closed successfully by the USS and is now out of the UTM system.
190-
enum: [NotPlanned, Planned, ReadyToFly, OffNominal, Closed]
190+
enum: [NotPlanned, Planned, OkToFly, OffNominal, Closed]
191191
example: Planned
192192

193193
AdvisoryInclusion:

0 commit comments

Comments
 (0)