Skip to content

Commit 9adf551

Browse files
Clarify area, harmonize user/operator
1 parent 95cd17b commit 9adf551

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

flight_planning/v1/flight_planning.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ components:
9696

9797
BasicFlightPlanInformation:
9898
description: >-
99-
Basic information about a flight plan that an operator and/or UAS can be expected to provide in most flight
100-
planning scenarios.
99+
Basic information about a flight plan that a user and/or UAS can be expected to provide in most flight planning
100+
scenarios.
101101
type: object
102102
required:
103103
- usage_state
@@ -134,7 +134,7 @@ components:
134134
- Contingent
135135
area:
136136
description: >-
137-
User intends to or may fly anywhere in this entire area.
137+
The complete area in which the user intends to fly, or may fly, as known by the user. The user intends to fly, or may fly, anywhere in this entire area.
138138
type: array
139139
items:
140140
$ref: './geotemporal.yaml#/components/schemas/Volume4D'
@@ -182,9 +182,9 @@ 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 operator to nominally fly within the bounds (including time) of the flight plan.
185+
- `ReadyToFly`: The flight plan is ready for the user to nominally fly within the bounds (including time) of the flight plan.
186186
187-
- `OffNominal`: The flight plan now reflects the operator'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).
187+
- `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.
190190
enum: [NotPlanned, Planned, ReadyToFly, OffNominal, Closed]
@@ -405,7 +405,7 @@ paths:
405405
summary: Upsert flight plan
406406
operationId: UpsertFlightPlan
407407
description: >-
408-
This endpoint simulates an operator intention to submit a new or updated flight plan.
408+
This endpoint simulates a user intention to submit a new or updated flight plan.
409409
410410
delete:
411411
security:
@@ -429,4 +429,4 @@ paths:
429429
summary: Close flight plan
430430
operationId: DeleteFlightPlan
431431
description: >-
432-
This endpoint simulates the operator intention to cancel, end, or close a flight plan.
432+
This endpoint simulates a user intention to cancel, end, or close a flight plan.

0 commit comments

Comments
 (0)