@volant-autonomy/via-sdk 1.0.2 → 1.2801.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -1
- package/dist/composite.d.ts +30 -0
- package/dist/composite.js +12 -0
- package/dist/direct.d.ts +326 -48
- package/dist/direct.js +97 -10
- package/dist/docstringTransformer.js +5 -0
- package/dist/types.d.ts +3 -3
- package/dist/volant-schema.d.ts +1103 -229
- package/package.json +4 -4
package/dist/volant-schema.d.ts
CHANGED
|
@@ -62,9 +62,8 @@ export interface paths {
|
|
|
62
62
|
get: operations["flightplan_single_v1_flightplans__flightplan_id__get"];
|
|
63
63
|
/**
|
|
64
64
|
* Modify a Flightplan
|
|
65
|
-
* @description Modify the specified flightplan. This is only permitted while the flightplan state is not
|
|
66
|
-
*
|
|
67
|
-
* checking.
|
|
65
|
+
* @description Modify the specified flightplan. This is only permitted while the flightplan state is not `Closed`. If the
|
|
66
|
+
* flightplan is in state: `Accepted`, the flightplan will be subject to conflict checking.
|
|
68
67
|
*/
|
|
69
68
|
put: operations["flightplan_replace_v1_flightplans__flightplan_id__put"];
|
|
70
69
|
post?: never;
|
|
@@ -74,27 +73,27 @@ export interface paths {
|
|
|
74
73
|
patch?: never;
|
|
75
74
|
trace?: never;
|
|
76
75
|
};
|
|
77
|
-
"/flightplans/{flightplan_id}/
|
|
76
|
+
"/flightplans/{flightplan_id}/state": {
|
|
78
77
|
parameters: {
|
|
79
78
|
query?: never;
|
|
80
79
|
header?: never;
|
|
81
80
|
path?: never;
|
|
82
81
|
cookie?: never;
|
|
83
82
|
};
|
|
83
|
+
get?: never;
|
|
84
|
+
put?: never;
|
|
84
85
|
/**
|
|
85
|
-
*
|
|
86
|
-
* @description
|
|
86
|
+
* Change the state of a Flightplan
|
|
87
|
+
* @description Change the state of the specified flightplan
|
|
87
88
|
*/
|
|
88
|
-
|
|
89
|
-
put?: never;
|
|
90
|
-
post?: never;
|
|
89
|
+
post: operations["flightplan_state_v1_flightplans__flightplan_id__state_post"];
|
|
91
90
|
delete?: never;
|
|
92
91
|
options?: never;
|
|
93
92
|
head?: never;
|
|
94
93
|
patch?: never;
|
|
95
94
|
trace?: never;
|
|
96
95
|
};
|
|
97
|
-
"/flightplans/{flightplan_id}/
|
|
96
|
+
"/flightplans/{flightplan_id}/waypoints_detail": {
|
|
98
97
|
parameters: {
|
|
99
98
|
query?: never;
|
|
100
99
|
header?: never;
|
|
@@ -102,10 +101,10 @@ export interface paths {
|
|
|
102
101
|
cookie?: never;
|
|
103
102
|
};
|
|
104
103
|
/**
|
|
105
|
-
* Retrieve
|
|
106
|
-
* @description Retrieve
|
|
104
|
+
* Retrieve detailed Waypoints
|
|
105
|
+
* @description Retrieve detailed waypoints related to the specified flightplan
|
|
107
106
|
*/
|
|
108
|
-
get: operations["
|
|
107
|
+
get: operations["flightplan_waypoints_detail_v1_flightplans__flightplan_id__waypoints_detail_get"];
|
|
109
108
|
put?: never;
|
|
110
109
|
post?: never;
|
|
111
110
|
delete?: never;
|
|
@@ -114,7 +113,7 @@ export interface paths {
|
|
|
114
113
|
patch?: never;
|
|
115
114
|
trace?: never;
|
|
116
115
|
};
|
|
117
|
-
"/flightplans/{flightplan_id}/
|
|
116
|
+
"/flightplans/{flightplan_id}/statistics": {
|
|
118
117
|
parameters: {
|
|
119
118
|
query?: never;
|
|
120
119
|
header?: never;
|
|
@@ -122,15 +121,10 @@ export interface paths {
|
|
|
122
121
|
cookie?: never;
|
|
123
122
|
};
|
|
124
123
|
/**
|
|
125
|
-
* Retrieve Flightplan
|
|
126
|
-
* @description Retrieve
|
|
127
|
-
*
|
|
128
|
-
* Volumes wholly contain the operational intent while being as small as practical. Start and end
|
|
129
|
-
* times, as well as lower and upper altitudes, are required for each volume. The end time may not
|
|
130
|
-
* be in the past. Volumes are generated based on the `LateralParameters` of the flightplan about
|
|
131
|
-
* the mean flightpath as defined in each waypoint.
|
|
124
|
+
* Retrieve Flightplan Statistics
|
|
125
|
+
* @description Retrieve statistics for the specified flightplan, including the nominal time and cost.
|
|
132
126
|
*/
|
|
133
|
-
get: operations["
|
|
127
|
+
get: operations["flightplan_statistics_v1_flightplans__flightplan_id__statistics_get"];
|
|
134
128
|
put?: never;
|
|
135
129
|
post?: never;
|
|
136
130
|
delete?: never;
|
|
@@ -139,7 +133,7 @@ export interface paths {
|
|
|
139
133
|
patch?: never;
|
|
140
134
|
trace?: never;
|
|
141
135
|
};
|
|
142
|
-
"/flightplans/{flightplan_id}/
|
|
136
|
+
"/flightplans/{flightplan_id}/volumes": {
|
|
143
137
|
parameters: {
|
|
144
138
|
query?: never;
|
|
145
139
|
header?: never;
|
|
@@ -147,17 +141,14 @@ export interface paths {
|
|
|
147
141
|
cookie?: never;
|
|
148
142
|
};
|
|
149
143
|
/**
|
|
150
|
-
* Retrieve Flightplan
|
|
151
|
-
* @description Retrieve
|
|
152
|
-
*
|
|
153
|
-
* Flightplans of state `Closed` are ignored.
|
|
144
|
+
* Retrieve Flightplan Operational Intent Volumes
|
|
145
|
+
* @description Retrieve Operational Intent Volumes for the specified flightplan
|
|
154
146
|
*
|
|
155
|
-
*
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
* `Accepted`.
|
|
147
|
+
* Volumes wholly contain the operational intent while being as small as practical. Start and end times, as well as
|
|
148
|
+
* lower and upper altitudes, are required for each volume. The end time may not be in the past. Volumes are generated
|
|
149
|
+
* based on the `LateralParameters` of the flightplan about the mean flightpath as defined in each waypoint.
|
|
159
150
|
*/
|
|
160
|
-
get: operations["
|
|
151
|
+
get: operations["flightplan_volumes_v1_flightplans__flightplan_id__volumes_get"];
|
|
161
152
|
put?: never;
|
|
162
153
|
post?: never;
|
|
163
154
|
delete?: never;
|
|
@@ -189,26 +180,6 @@ export interface paths {
|
|
|
189
180
|
patch?: never;
|
|
190
181
|
trace?: never;
|
|
191
182
|
};
|
|
192
|
-
"/flightplans/{flightplan_id}/state": {
|
|
193
|
-
parameters: {
|
|
194
|
-
query?: never;
|
|
195
|
-
header?: never;
|
|
196
|
-
path?: never;
|
|
197
|
-
cookie?: never;
|
|
198
|
-
};
|
|
199
|
-
get?: never;
|
|
200
|
-
put?: never;
|
|
201
|
-
/**
|
|
202
|
-
* Change the state of a Flightplan
|
|
203
|
-
* @description Change the state of the specified flightplan
|
|
204
|
-
*/
|
|
205
|
-
post: operations["flightplan_state_v1_flightplans__flightplan_id__state_post"];
|
|
206
|
-
delete?: never;
|
|
207
|
-
options?: never;
|
|
208
|
-
head?: never;
|
|
209
|
-
patch?: never;
|
|
210
|
-
trace?: never;
|
|
211
|
-
};
|
|
212
183
|
"/flightplans/{flightplan_id}/content": {
|
|
213
184
|
parameters: {
|
|
214
185
|
query?: never;
|
|
@@ -352,6 +323,7 @@ export interface paths {
|
|
|
352
323
|
};
|
|
353
324
|
/**
|
|
354
325
|
* List available aircraft
|
|
326
|
+
* @deprecated
|
|
355
327
|
* @description List available aircraft.
|
|
356
328
|
*/
|
|
357
329
|
get: operations["aircraft_list_v1_aircraft__get"];
|
|
@@ -372,6 +344,7 @@ export interface paths {
|
|
|
372
344
|
};
|
|
373
345
|
/**
|
|
374
346
|
* Retrieve the specified aircraft
|
|
347
|
+
* @deprecated
|
|
375
348
|
* @description Retrieve the specified aircraft.
|
|
376
349
|
*/
|
|
377
350
|
get: operations["aircraft_single_v1_aircraft__aircraft_id__get"];
|
|
@@ -423,6 +396,116 @@ export interface paths {
|
|
|
423
396
|
patch?: never;
|
|
424
397
|
trace?: never;
|
|
425
398
|
};
|
|
399
|
+
"/risk_assessment/sora/controlled_ground_areas/": {
|
|
400
|
+
parameters: {
|
|
401
|
+
query?: never;
|
|
402
|
+
header?: never;
|
|
403
|
+
path?: never;
|
|
404
|
+
cookie?: never;
|
|
405
|
+
};
|
|
406
|
+
/**
|
|
407
|
+
* List Controlled Ground Areas
|
|
408
|
+
* @description Get a list of Controlled Ground Areas, ordered by last time updated
|
|
409
|
+
*/
|
|
410
|
+
get: operations["list_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__get"];
|
|
411
|
+
put?: never;
|
|
412
|
+
/**
|
|
413
|
+
* Create a Controlled Ground Area
|
|
414
|
+
* @description Create a Controlled Ground Area from GeoJSON
|
|
415
|
+
*/
|
|
416
|
+
post: operations["create_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__post"];
|
|
417
|
+
delete?: never;
|
|
418
|
+
options?: never;
|
|
419
|
+
head?: never;
|
|
420
|
+
patch?: never;
|
|
421
|
+
trace?: never;
|
|
422
|
+
};
|
|
423
|
+
"/risk_assessment/sora/controlled_ground_areas/{controlled_ground_area_id}": {
|
|
424
|
+
parameters: {
|
|
425
|
+
query?: never;
|
|
426
|
+
header?: never;
|
|
427
|
+
path?: never;
|
|
428
|
+
cookie?: never;
|
|
429
|
+
};
|
|
430
|
+
/**
|
|
431
|
+
* Get a Controlled Ground Area
|
|
432
|
+
* @description Get a Controlled Ground Area
|
|
433
|
+
*/
|
|
434
|
+
get: operations["get_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__controlled_ground_area_id__get"];
|
|
435
|
+
/**
|
|
436
|
+
* Update a Controlled Ground Area
|
|
437
|
+
* @description Modify an existing Controlled Ground Area. This cannot be performed when it is referenced by a flightplan in state
|
|
438
|
+
* `Accepted`.
|
|
439
|
+
*/
|
|
440
|
+
put: operations["update_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__controlled_ground_area_id__put"];
|
|
441
|
+
post?: never;
|
|
442
|
+
/**
|
|
443
|
+
* Delete a Controlled Ground Area
|
|
444
|
+
* @description Delete a Controlled Ground Area.
|
|
445
|
+
*
|
|
446
|
+
* A Controlled Ground Area cannot be deleted if it is referenced by a SORA Classification
|
|
447
|
+
*/
|
|
448
|
+
delete: operations["delete_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__controlled_ground_area_id__delete"];
|
|
449
|
+
options?: never;
|
|
450
|
+
head?: never;
|
|
451
|
+
patch?: never;
|
|
452
|
+
trace?: never;
|
|
453
|
+
};
|
|
454
|
+
"/risk_assessment/sora/atypical_airspaces/": {
|
|
455
|
+
parameters: {
|
|
456
|
+
query?: never;
|
|
457
|
+
header?: never;
|
|
458
|
+
path?: never;
|
|
459
|
+
cookie?: never;
|
|
460
|
+
};
|
|
461
|
+
/**
|
|
462
|
+
* List Controlled Ground Areas
|
|
463
|
+
* @description Get a list of Atypical Airspaces, ordered by last time updated
|
|
464
|
+
*/
|
|
465
|
+
get: operations["list_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__get"];
|
|
466
|
+
put?: never;
|
|
467
|
+
/**
|
|
468
|
+
* Create an Atypical Airspace
|
|
469
|
+
* @description Create an Atypical Airspace
|
|
470
|
+
*/
|
|
471
|
+
post: operations["create_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__post"];
|
|
472
|
+
delete?: never;
|
|
473
|
+
options?: never;
|
|
474
|
+
head?: never;
|
|
475
|
+
patch?: never;
|
|
476
|
+
trace?: never;
|
|
477
|
+
};
|
|
478
|
+
"/risk_assessment/sora/atypical_airspaces/{atypical_airspace_id}": {
|
|
479
|
+
parameters: {
|
|
480
|
+
query?: never;
|
|
481
|
+
header?: never;
|
|
482
|
+
path?: never;
|
|
483
|
+
cookie?: never;
|
|
484
|
+
};
|
|
485
|
+
/**
|
|
486
|
+
* Get an Atypical Airspace
|
|
487
|
+
* @description Get an Atypical Airspace
|
|
488
|
+
*/
|
|
489
|
+
get: operations["get_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__atypical_airspace_id__get"];
|
|
490
|
+
/**
|
|
491
|
+
* Update an Atypical Airspace
|
|
492
|
+
* @description Modify an existing Atypical Airspace. This cannot be performed when it is referenced by a flightplan in state
|
|
493
|
+
* `Accepted`.
|
|
494
|
+
*/
|
|
495
|
+
put: operations["update_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__atypical_airspace_id__put"];
|
|
496
|
+
post?: never;
|
|
497
|
+
/**
|
|
498
|
+
* Delete an Atypical Airspace
|
|
499
|
+
* @description Delete an Atypical Airspace.
|
|
500
|
+
*
|
|
501
|
+
* A Atypical Airspace cannot be deleted if it is referenced by a SORA Classification
|
|
502
|
+
*/
|
|
503
|
+
delete: operations["delete_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__atypical_airspace_id__delete"];
|
|
504
|
+
options?: never;
|
|
505
|
+
head?: never;
|
|
506
|
+
patch?: never;
|
|
507
|
+
trace?: never;
|
|
508
|
+
};
|
|
426
509
|
"/risk_assessment/sora/v2.5/sail": {
|
|
427
510
|
parameters: {
|
|
428
511
|
query?: never;
|
|
@@ -494,7 +577,13 @@ export interface paths {
|
|
|
494
577
|
put?: never;
|
|
495
578
|
/**
|
|
496
579
|
* Generate a report containing derived SORA information used for regulatory evidence
|
|
497
|
-
* @description Generate a report containing derived SORA information used for regulatory evidence
|
|
580
|
+
* @description Generate a report containing derived SORA information used for regulatory evidence.
|
|
581
|
+
*
|
|
582
|
+
*
|
|
583
|
+
* GRC and ARC determination is considered across the entire operational volume as determined by the supplied
|
|
584
|
+
* `waypoints`. Where the operational environment differs across the volume, the worst case is taken, i.e. the highest
|
|
585
|
+
* Intrinsic GRC determined and the highest likelihood to encounter another aircraft (as defined by Airspace Encounter
|
|
586
|
+
* Class) determining the ARC.
|
|
498
587
|
*/
|
|
499
588
|
post: operations["sora_report_v1_risk_assessment_sora_v2_5_report_post"];
|
|
500
589
|
delete?: never;
|
|
@@ -592,6 +681,26 @@ export interface components {
|
|
|
592
681
|
* @enum {string}
|
|
593
682
|
*/
|
|
594
683
|
ARC: "disabled" | "arc-a1" | "arc-a2" | "arc-a3" | "arc-a4" | "arc-a5" | "arc-b1" | "arc-b2" | "arc-c1" | "arc-c2" | "arc-c3" | "arc-c4" | "arc-c5" | "arc-c6" | "arc-c7" | "arc-d1" | "arc-d2" | "arc-d3" | "arc-d4";
|
|
684
|
+
/**
|
|
685
|
+
* Aircraft
|
|
686
|
+
* @description Characteristics that define an aircraft for SORA calculations.
|
|
687
|
+
*/
|
|
688
|
+
Aircraft: {
|
|
689
|
+
/**
|
|
690
|
+
* Max Cruise Speed
|
|
691
|
+
* @description Maximum cruise speed capable for the aircraft defined in metres per second. Note that this is the cruise speed the aircraft is capable of achieving and not the cruise speed of intended operation
|
|
692
|
+
*/
|
|
693
|
+
max_cruise_speed: number;
|
|
694
|
+
/**
|
|
695
|
+
* Characteristic Dimension
|
|
696
|
+
* @description Characteristic dimension of the aircraft defined in metres.
|
|
697
|
+
* Characteristic dimension refers to:
|
|
698
|
+
* - Wingspan for fixed wing aircraft
|
|
699
|
+
* - Blade diameter for rotorcraft
|
|
700
|
+
* - Maximum dimension for multicopters
|
|
701
|
+
*/
|
|
702
|
+
characteristic_dimension: number;
|
|
703
|
+
};
|
|
595
704
|
/** AircraftAttributes */
|
|
596
705
|
AircraftAttributes: {
|
|
597
706
|
/**
|
|
@@ -658,26 +767,6 @@ export interface components {
|
|
|
658
767
|
*/
|
|
659
768
|
volumes: components["schemas"]["Volume4D-Output"][];
|
|
660
769
|
};
|
|
661
|
-
/**
|
|
662
|
-
* AirspaceConstraintConflictResponse
|
|
663
|
-
* @description Summary of a Conflicting Airspace Constraint Resource.
|
|
664
|
-
*/
|
|
665
|
-
AirspaceConstraintConflictResponse: {
|
|
666
|
-
/**
|
|
667
|
-
* Airspace Constraint ID
|
|
668
|
-
* Format: uuid
|
|
669
|
-
* @description Unique identifier of the Airspace Constraint.
|
|
670
|
-
*/
|
|
671
|
-
id: string;
|
|
672
|
-
/**
|
|
673
|
-
* Type
|
|
674
|
-
* @default airspace_constraint
|
|
675
|
-
* @constant
|
|
676
|
-
* @enum {string}
|
|
677
|
-
*/
|
|
678
|
-
type?: "airspace_constraint";
|
|
679
|
-
meta: components["schemas"]["AirspaceConstraintMeta"];
|
|
680
|
-
};
|
|
681
770
|
/** AirspaceConstraintMeta */
|
|
682
771
|
AirspaceConstraintMeta: {
|
|
683
772
|
/** @description State of an airspace constraint.
|
|
@@ -805,6 +894,62 @@ export interface components {
|
|
|
805
894
|
/** Implemented */
|
|
806
895
|
implemented: boolean;
|
|
807
896
|
};
|
|
897
|
+
/**
|
|
898
|
+
* AtypicalAirspace
|
|
899
|
+
* @description A volume of airspace that the operator is permitted to enter that may be characterised as either restricted
|
|
900
|
+
* airspace, segregated areas, or airspace where normally manned aircraft should not go
|
|
901
|
+
* (e.g., at a height low enough or close to an obstacle)
|
|
902
|
+
*/
|
|
903
|
+
"AtypicalAirspace-Input": {
|
|
904
|
+
/**
|
|
905
|
+
* Type
|
|
906
|
+
* @constant
|
|
907
|
+
* @enum {string}
|
|
908
|
+
*/
|
|
909
|
+
type: "FeatureCollection";
|
|
910
|
+
/** Features */
|
|
911
|
+
features: components["schemas"]["GeoJsonPolygonFeature_AtypicalAirspaceProperties_"][];
|
|
912
|
+
};
|
|
913
|
+
/**
|
|
914
|
+
* AtypicalAirspace
|
|
915
|
+
* @description A volume of airspace that the operator is permitted to enter that may be characterised as either restricted
|
|
916
|
+
* airspace, segregated areas, or airspace where normally manned aircraft should not go
|
|
917
|
+
* (e.g., at a height low enough or close to an obstacle)
|
|
918
|
+
*/
|
|
919
|
+
"AtypicalAirspace-Output": {
|
|
920
|
+
/**
|
|
921
|
+
* Type
|
|
922
|
+
* @constant
|
|
923
|
+
* @enum {string}
|
|
924
|
+
*/
|
|
925
|
+
type: "FeatureCollection";
|
|
926
|
+
/** Features */
|
|
927
|
+
features: components["schemas"]["GeoJsonPolygonFeature_AtypicalAirspaceProperties_"][];
|
|
928
|
+
};
|
|
929
|
+
/** AtypicalAirspaceProperties */
|
|
930
|
+
AtypicalAirspaceProperties: {
|
|
931
|
+
/** Altitude Upper */
|
|
932
|
+
altitude_upper: number;
|
|
933
|
+
/** Altitude Lower */
|
|
934
|
+
altitude_lower: number;
|
|
935
|
+
};
|
|
936
|
+
/** AtypicalAirspaceResponse */
|
|
937
|
+
AtypicalAirspaceResponse: {
|
|
938
|
+
/**
|
|
939
|
+
* Atypical Airspace ID
|
|
940
|
+
* Format: uuid
|
|
941
|
+
* @description Unique identifier of the atypical airspace.
|
|
942
|
+
*/
|
|
943
|
+
id: string;
|
|
944
|
+
/**
|
|
945
|
+
* Type
|
|
946
|
+
* @default atypical_airspace
|
|
947
|
+
* @constant
|
|
948
|
+
* @enum {string}
|
|
949
|
+
*/
|
|
950
|
+
type?: "atypical_airspace";
|
|
951
|
+
attributes: components["schemas"]["AtypicalAirspace-Output"];
|
|
952
|
+
};
|
|
808
953
|
/** ChartAttributes */
|
|
809
954
|
ChartAttributes: {
|
|
810
955
|
aoi_bounding: components["schemas"]["AoiBounding"];
|
|
@@ -828,6 +973,92 @@ export interface components {
|
|
|
828
973
|
type?: "chart";
|
|
829
974
|
attributes: components["schemas"]["ChartAttributes"];
|
|
830
975
|
};
|
|
976
|
+
/**
|
|
977
|
+
* ContainmentRequirements
|
|
978
|
+
* @description The containment requirements ensure that the target level of safety can be met for both ground and air risk in the
|
|
979
|
+
* adjacent area, they encompass a set of operational limits and a derived level of robustness. Each level of
|
|
980
|
+
* robustness comes with a set of safety requirements.
|
|
981
|
+
*/
|
|
982
|
+
ContainmentRequirements: {
|
|
983
|
+
/**
|
|
984
|
+
* Robustness
|
|
985
|
+
* @description The combination of level of integrity (how good the mitigation is at reducing risk) and level of assurance (the degree of certainty to which the level of integrity is ensured) in ensuring the target level of safety can be met in the adjacent area. 'out of scope' indicates that the operation cannot be conducted in the specific category.
|
|
986
|
+
*/
|
|
987
|
+
robustness: ("low" | "medium" | "high" | "out of scope") | "Category C";
|
|
988
|
+
/**
|
|
989
|
+
* Adjacent Area Average Population Density Operational Limit
|
|
990
|
+
* @description The limit of population density in the adjacent area permissible to keep the same level of containment robustness, defined in people/km².
|
|
991
|
+
* @enum {string}
|
|
992
|
+
*/
|
|
993
|
+
adjacent_area_average_population_density_operational_limit: "<50" | "<500" | "<5000" | "<50000" | "none";
|
|
994
|
+
/**
|
|
995
|
+
* Outdoor Assembly Size Operational Limit
|
|
996
|
+
* @description The maximum size of outdoor assemblies permissible within 1km of the operational volume to to keep the same level of containment robustness, defined in people.
|
|
997
|
+
* @enum {string}
|
|
998
|
+
*/
|
|
999
|
+
outdoor_assembly_size_operational_limit: "<40000" | "<=400000" | "none";
|
|
1000
|
+
/**
|
|
1001
|
+
* Adjacent Area Average Population Density
|
|
1002
|
+
* @description The average population density within the adjacent area used in determining containment requirements, defined in people/km². The adjacent area spans from the outer limit of the ground risk buffer up to 3 minutes flight time from the outer limit of the operational volume at max cruise speed of the aircraft. The adjacent area is fixed between a lower limit of 5km and upper limit of 35km.
|
|
1003
|
+
*/
|
|
1004
|
+
adjacent_area_average_population_density: number;
|
|
1005
|
+
/**
|
|
1006
|
+
* Sheltering Applied
|
|
1007
|
+
* @description Whether the assumption of sheltering was applied in the determination of the containment robustness level and operational limits.
|
|
1008
|
+
*/
|
|
1009
|
+
sheltering_applied: boolean;
|
|
1010
|
+
};
|
|
1011
|
+
/**
|
|
1012
|
+
* ControlledGroundArea
|
|
1013
|
+
* @description An area under full responsibility of the operator with assurance that no unauthorised personnel may be present
|
|
1014
|
+
* during the operation. A Controlled Ground Area may be composed of 1 or more polygons, unclosed polygons will be
|
|
1015
|
+
* automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1016
|
+
*/
|
|
1017
|
+
"ControlledGroundArea-Input": {
|
|
1018
|
+
/**
|
|
1019
|
+
* Type
|
|
1020
|
+
* @constant
|
|
1021
|
+
* @enum {string}
|
|
1022
|
+
*/
|
|
1023
|
+
type: "FeatureCollection";
|
|
1024
|
+
/** Features */
|
|
1025
|
+
features: components["schemas"]["GeoJsonPolygonFeature_ControlledGroundAreaProperties_"][];
|
|
1026
|
+
};
|
|
1027
|
+
/**
|
|
1028
|
+
* ControlledGroundArea
|
|
1029
|
+
* @description An area under full responsibility of the operator with assurance that no unauthorised personnel may be present
|
|
1030
|
+
* during the operation. A Controlled Ground Area may be composed of 1 or more polygons, unclosed polygons will be
|
|
1031
|
+
* automatically closed by setting the final coordinate equal to the first coordinate.
|
|
1032
|
+
*/
|
|
1033
|
+
"ControlledGroundArea-Output": {
|
|
1034
|
+
/**
|
|
1035
|
+
* Type
|
|
1036
|
+
* @constant
|
|
1037
|
+
* @enum {string}
|
|
1038
|
+
*/
|
|
1039
|
+
type: "FeatureCollection";
|
|
1040
|
+
/** Features */
|
|
1041
|
+
features: components["schemas"]["GeoJsonPolygonFeature_ControlledGroundAreaProperties_"][];
|
|
1042
|
+
};
|
|
1043
|
+
/** ControlledGroundAreaProperties */
|
|
1044
|
+
ControlledGroundAreaProperties: Record<string, never>;
|
|
1045
|
+
/** ControlledGroundAreaResponse */
|
|
1046
|
+
ControlledGroundAreaResponse: {
|
|
1047
|
+
/**
|
|
1048
|
+
* Controlled Ground Area ID
|
|
1049
|
+
* Format: uuid
|
|
1050
|
+
* @description Unique identifier of the controlled ground area.
|
|
1051
|
+
*/
|
|
1052
|
+
id: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* Type
|
|
1055
|
+
* @default controlled_ground_area
|
|
1056
|
+
* @constant
|
|
1057
|
+
* @enum {string}
|
|
1058
|
+
*/
|
|
1059
|
+
type?: "controlled_ground_area";
|
|
1060
|
+
attributes: components["schemas"]["ControlledGroundArea-Output"];
|
|
1061
|
+
};
|
|
831
1062
|
/**
|
|
832
1063
|
* DataSources
|
|
833
1064
|
* @description Available data sources for the chart
|
|
@@ -835,12 +1066,14 @@ export interface components {
|
|
|
835
1066
|
DataSources: {
|
|
836
1067
|
/** Population Density */
|
|
837
1068
|
population_density: components["schemas"]["PopulationSource"][];
|
|
1069
|
+
/** Terrain Elevation */
|
|
1070
|
+
terrain_elevation: components["schemas"]["TerrainSource"][];
|
|
838
1071
|
};
|
|
839
1072
|
/**
|
|
840
1073
|
* FinalGRC
|
|
841
1074
|
* @enum {integer}
|
|
842
1075
|
*/
|
|
843
|
-
FinalGRC: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
1076
|
+
FinalGRC: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
844
1077
|
/** FlightParameters */
|
|
845
1078
|
FlightParameters: {
|
|
846
1079
|
/**
|
|
@@ -869,9 +1102,11 @@ export interface components {
|
|
|
869
1102
|
chart_id: string;
|
|
870
1103
|
/**
|
|
871
1104
|
* Aircraft ID
|
|
1105
|
+
* @deprecated
|
|
872
1106
|
* @description Unique identifier for an aircraft.
|
|
1107
|
+
* @default phantom
|
|
873
1108
|
*/
|
|
874
|
-
aircraft_id
|
|
1109
|
+
aircraft_id?: string;
|
|
875
1110
|
/** Sora Classification Id */
|
|
876
1111
|
sora_classification_id?: string | null;
|
|
877
1112
|
/**
|
|
@@ -911,9 +1146,11 @@ export interface components {
|
|
|
911
1146
|
chart_id: string;
|
|
912
1147
|
/**
|
|
913
1148
|
* Aircraft ID
|
|
1149
|
+
* @deprecated
|
|
914
1150
|
* @description Unique identifier for an aircraft.
|
|
1151
|
+
* @default phantom
|
|
915
1152
|
*/
|
|
916
|
-
aircraft_id
|
|
1153
|
+
aircraft_id?: string;
|
|
917
1154
|
/** Sora Classification Id */
|
|
918
1155
|
sora_classification_id?: string | null;
|
|
919
1156
|
/**
|
|
@@ -941,26 +1178,6 @@ export interface components {
|
|
|
941
1178
|
/** @default {} */
|
|
942
1179
|
volume_settings?: components["schemas"]["VolumeSettings"];
|
|
943
1180
|
};
|
|
944
|
-
/**
|
|
945
|
-
* FlightplanConflictResponse
|
|
946
|
-
* @description Summary of a Conflicting Flightplan Resource.
|
|
947
|
-
*/
|
|
948
|
-
FlightplanConflictResponse: {
|
|
949
|
-
/**
|
|
950
|
-
* Flightplan ID
|
|
951
|
-
* Format: uuid
|
|
952
|
-
* @description Unique identifier of the flightplan.
|
|
953
|
-
*/
|
|
954
|
-
id: string;
|
|
955
|
-
/**
|
|
956
|
-
* Type
|
|
957
|
-
* @default flightplan
|
|
958
|
-
* @constant
|
|
959
|
-
* @enum {string}
|
|
960
|
-
*/
|
|
961
|
-
type?: "flightplan";
|
|
962
|
-
meta: components["schemas"]["FlightplanMeta"];
|
|
963
|
-
};
|
|
964
1181
|
/** FlightplanMeta */
|
|
965
1182
|
FlightplanMeta: {
|
|
966
1183
|
/** @description State of a flightplan.
|
|
@@ -1000,13 +1217,8 @@ export interface components {
|
|
|
1000
1217
|
meta: components["schemas"]["FlightplanMeta"];
|
|
1001
1218
|
attributes: components["schemas"]["Flightplan-Output"];
|
|
1002
1219
|
};
|
|
1003
|
-
/**
|
|
1004
|
-
|
|
1005
|
-
* @enum {integer}
|
|
1006
|
-
*/
|
|
1007
|
-
GRC: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
|
|
1008
|
-
/** GeoJsonCollection[GeoJsonSoraProperties] */
|
|
1009
|
-
GeoJsonCollection_GeoJsonSoraProperties_: {
|
|
1220
|
+
/** GeoJsonCollection[GeoJsonSemanticModelProperties] */
|
|
1221
|
+
GeoJsonCollection_GeoJsonSemanticModelProperties_: {
|
|
1010
1222
|
/**
|
|
1011
1223
|
* Type
|
|
1012
1224
|
* @constant
|
|
@@ -1014,7 +1226,7 @@ export interface components {
|
|
|
1014
1226
|
*/
|
|
1015
1227
|
type: "FeatureCollection";
|
|
1016
1228
|
/** Features */
|
|
1017
|
-
features: (components["schemas"]["
|
|
1229
|
+
features: (components["schemas"]["GeoJsonPolygonFeature_GeoJsonSemanticModelProperties_"] | components["schemas"]["GeoJsonMultiPolygonFeature_GeoJsonSemanticModelProperties_"])[];
|
|
1018
1230
|
};
|
|
1019
1231
|
/** GeoJsonMultiPolygon */
|
|
1020
1232
|
GeoJsonMultiPolygon: {
|
|
@@ -1030,8 +1242,8 @@ export interface components {
|
|
|
1030
1242
|
number
|
|
1031
1243
|
][][][];
|
|
1032
1244
|
};
|
|
1033
|
-
/** GeoJsonMultiPolygonFeature[
|
|
1034
|
-
|
|
1245
|
+
/** GeoJsonMultiPolygonFeature[GeoJsonSemanticModelProperties] */
|
|
1246
|
+
GeoJsonMultiPolygonFeature_GeoJsonSemanticModelProperties_: {
|
|
1035
1247
|
/**
|
|
1036
1248
|
* Type
|
|
1037
1249
|
* @constant
|
|
@@ -1039,7 +1251,7 @@ export interface components {
|
|
|
1039
1251
|
*/
|
|
1040
1252
|
type: "Feature";
|
|
1041
1253
|
geometry: components["schemas"]["GeoJsonMultiPolygon"];
|
|
1042
|
-
properties: components["schemas"]["
|
|
1254
|
+
properties: components["schemas"]["GeoJsonSemanticModelProperties"];
|
|
1043
1255
|
};
|
|
1044
1256
|
/** GeoJsonPolygon */
|
|
1045
1257
|
GeoJsonPolygon: {
|
|
@@ -1055,8 +1267,30 @@ export interface components {
|
|
|
1055
1267
|
number
|
|
1056
1268
|
][][];
|
|
1057
1269
|
};
|
|
1058
|
-
/** GeoJsonPolygonFeature[
|
|
1059
|
-
|
|
1270
|
+
/** GeoJsonPolygonFeature[AtypicalAirspaceProperties] */
|
|
1271
|
+
GeoJsonPolygonFeature_AtypicalAirspaceProperties_: {
|
|
1272
|
+
/**
|
|
1273
|
+
* Type
|
|
1274
|
+
* @constant
|
|
1275
|
+
* @enum {string}
|
|
1276
|
+
*/
|
|
1277
|
+
type: "Feature";
|
|
1278
|
+
geometry: components["schemas"]["GeoJsonPolygon"];
|
|
1279
|
+
properties: components["schemas"]["AtypicalAirspaceProperties"];
|
|
1280
|
+
};
|
|
1281
|
+
/** GeoJsonPolygonFeature[ControlledGroundAreaProperties] */
|
|
1282
|
+
GeoJsonPolygonFeature_ControlledGroundAreaProperties_: {
|
|
1283
|
+
/**
|
|
1284
|
+
* Type
|
|
1285
|
+
* @constant
|
|
1286
|
+
* @enum {string}
|
|
1287
|
+
*/
|
|
1288
|
+
type: "Feature";
|
|
1289
|
+
geometry: components["schemas"]["GeoJsonPolygon"];
|
|
1290
|
+
properties: components["schemas"]["ControlledGroundAreaProperties"];
|
|
1291
|
+
};
|
|
1292
|
+
/** GeoJsonPolygonFeature[GeoJsonSemanticModelProperties] */
|
|
1293
|
+
GeoJsonPolygonFeature_GeoJsonSemanticModelProperties_: {
|
|
1060
1294
|
/**
|
|
1061
1295
|
* Type
|
|
1062
1296
|
* @constant
|
|
@@ -1064,12 +1298,13 @@ export interface components {
|
|
|
1064
1298
|
*/
|
|
1065
1299
|
type: "Feature";
|
|
1066
1300
|
geometry: components["schemas"]["GeoJsonPolygon"];
|
|
1067
|
-
properties: components["schemas"]["
|
|
1301
|
+
properties: components["schemas"]["GeoJsonSemanticModelProperties"];
|
|
1068
1302
|
};
|
|
1069
|
-
/**
|
|
1070
|
-
|
|
1303
|
+
/** GeoJsonSemanticModelProperties */
|
|
1304
|
+
GeoJsonSemanticModelProperties: {
|
|
1071
1305
|
/**
|
|
1072
1306
|
* Name
|
|
1307
|
+
* @description Identifier for the type of volume related to the semantic model
|
|
1073
1308
|
* @enum {string}
|
|
1074
1309
|
*/
|
|
1075
1310
|
name: "Flight Geography" | "Contingency Buffer" | "Ground Risk Buffer" | "Adjacent Area";
|
|
@@ -1224,8 +1459,9 @@ export interface components {
|
|
|
1224
1459
|
/**
|
|
1225
1460
|
* Final GRC Determination
|
|
1226
1461
|
* @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC.
|
|
1462
|
+
* @enum {integer}
|
|
1227
1463
|
*/
|
|
1228
|
-
final_grc:
|
|
1464
|
+
final_grc: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
1229
1465
|
/**
|
|
1230
1466
|
* Residual Air Risk Class (ARC)
|
|
1231
1467
|
* @description Qualitative classification of the rate at which a UAS would encounter a manned aircraft in a given airspace environment.
|
|
@@ -1274,8 +1510,17 @@ export interface components {
|
|
|
1274
1510
|
* @description The ground risk buffer is an area on the ground that surrounds the footprint of the contingency volume. It is expected that if the flight exits the contingency volume during a loss of control of the operation that the flight will be terminated within this lateral distance.
|
|
1275
1511
|
*/
|
|
1276
1512
|
ground_risk_buffer: number;
|
|
1277
|
-
/** @description Population Density Data Source. Data has been re-projected and
|
|
1513
|
+
/** @description Population Density Data Source. Data has been re-projected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. The values are normalised by source data cell area to derive a density value of people per square metre. */
|
|
1278
1514
|
population_density_source: components["schemas"]["PopulationSource"];
|
|
1515
|
+
/** Controlled Ground Area Id */
|
|
1516
|
+
controlled_ground_area_id?: string | null;
|
|
1517
|
+
/** Atypical Airspace Id */
|
|
1518
|
+
atypical_airspace_id?: string | null;
|
|
1519
|
+
/** @default {
|
|
1520
|
+
* "max_cruise_speed": 20,
|
|
1521
|
+
* "characteristic_dimension": 0.5
|
|
1522
|
+
* } */
|
|
1523
|
+
aircraft?: components["schemas"]["Aircraft"];
|
|
1279
1524
|
};
|
|
1280
1525
|
/** JsonApiException */
|
|
1281
1526
|
JsonApiException: {
|
|
@@ -1313,22 +1558,28 @@ export interface components {
|
|
|
1313
1558
|
data: components["schemas"]["JsonApiResponse_ArcResponse_"][];
|
|
1314
1559
|
links: components["schemas"]["Links"];
|
|
1315
1560
|
};
|
|
1561
|
+
/** JsonApiListResponse[JsonApiResponse[AtypicalAirspaceResponse]] */
|
|
1562
|
+
JsonApiListResponse_JsonApiResponse_AtypicalAirspaceResponse__: {
|
|
1563
|
+
/** Data */
|
|
1564
|
+
data: components["schemas"]["JsonApiResponse_AtypicalAirspaceResponse_"][];
|
|
1565
|
+
links: components["schemas"]["Links"];
|
|
1566
|
+
};
|
|
1316
1567
|
/** JsonApiListResponse[JsonApiResponse[ChartResponse]] */
|
|
1317
1568
|
JsonApiListResponse_JsonApiResponse_ChartResponse__: {
|
|
1318
1569
|
/** Data */
|
|
1319
1570
|
data: components["schemas"]["JsonApiResponse_ChartResponse_"][];
|
|
1320
1571
|
links: components["schemas"]["Links"];
|
|
1321
1572
|
};
|
|
1322
|
-
/** JsonApiListResponse[JsonApiResponse[
|
|
1323
|
-
|
|
1573
|
+
/** JsonApiListResponse[JsonApiResponse[ControlledGroundAreaResponse]] */
|
|
1574
|
+
JsonApiListResponse_JsonApiResponse_ControlledGroundAreaResponse__: {
|
|
1324
1575
|
/** Data */
|
|
1325
|
-
data: components["schemas"]["
|
|
1576
|
+
data: components["schemas"]["JsonApiResponse_ControlledGroundAreaResponse_"][];
|
|
1326
1577
|
links: components["schemas"]["Links"];
|
|
1327
1578
|
};
|
|
1328
|
-
/** JsonApiListResponse[JsonApiResponse[
|
|
1329
|
-
|
|
1579
|
+
/** JsonApiListResponse[JsonApiResponse[FlightplanResponse]] */
|
|
1580
|
+
JsonApiListResponse_JsonApiResponse_FlightplanResponse__: {
|
|
1330
1581
|
/** Data */
|
|
1331
|
-
data: components["schemas"]["
|
|
1582
|
+
data: components["schemas"]["JsonApiResponse_FlightplanResponse_"][];
|
|
1332
1583
|
links: components["schemas"]["Links"];
|
|
1333
1584
|
};
|
|
1334
1585
|
/** JsonApiListResponse[JsonApiResponse[VolumeResponse]] */
|
|
@@ -1352,19 +1603,29 @@ export interface components {
|
|
|
1352
1603
|
data: components["schemas"]["ArcResponse"];
|
|
1353
1604
|
links: components["schemas"]["Links"];
|
|
1354
1605
|
};
|
|
1606
|
+
/** JsonApiResponse[AtypicalAirspaceResponse] */
|
|
1607
|
+
JsonApiResponse_AtypicalAirspaceResponse_: {
|
|
1608
|
+
data: components["schemas"]["AtypicalAirspaceResponse"];
|
|
1609
|
+
links: components["schemas"]["Links"];
|
|
1610
|
+
};
|
|
1355
1611
|
/** JsonApiResponse[ChartResponse] */
|
|
1356
1612
|
JsonApiResponse_ChartResponse_: {
|
|
1357
1613
|
data: components["schemas"]["ChartResponse"];
|
|
1358
1614
|
links: components["schemas"]["Links"];
|
|
1359
1615
|
};
|
|
1616
|
+
/** JsonApiResponse[ControlledGroundAreaResponse] */
|
|
1617
|
+
JsonApiResponse_ControlledGroundAreaResponse_: {
|
|
1618
|
+
data: components["schemas"]["ControlledGroundAreaResponse"];
|
|
1619
|
+
links: components["schemas"]["Links"];
|
|
1620
|
+
};
|
|
1360
1621
|
/** JsonApiResponse[FlightplanResponse] */
|
|
1361
1622
|
JsonApiResponse_FlightplanResponse_: {
|
|
1362
1623
|
data: components["schemas"]["FlightplanResponse"];
|
|
1363
1624
|
links: components["schemas"]["Links"];
|
|
1364
1625
|
};
|
|
1365
|
-
/** JsonApiResponse[GeoJsonCollection[
|
|
1366
|
-
|
|
1367
|
-
data: components["schemas"]["
|
|
1626
|
+
/** JsonApiResponse[GeoJsonCollection[GeoJsonSemanticModelProperties]] */
|
|
1627
|
+
JsonApiResponse_GeoJsonCollection_GeoJsonSemanticModelProperties__: {
|
|
1628
|
+
data: components["schemas"]["GeoJsonCollection_GeoJsonSemanticModelProperties_"];
|
|
1368
1629
|
links: components["schemas"]["Links"];
|
|
1369
1630
|
};
|
|
1370
1631
|
/** JsonApiResponse[PathingTaskResponse] */
|
|
@@ -1397,12 +1658,6 @@ export interface components {
|
|
|
1397
1658
|
data: components["schemas"]["StatisticsResponse"];
|
|
1398
1659
|
links: components["schemas"]["Links"];
|
|
1399
1660
|
};
|
|
1400
|
-
/** JsonApiResponse[Union[FlightplanConflictResponse, AirspaceConstraintConflictResponse]] */
|
|
1401
|
-
JsonApiResponse_Union_FlightplanConflictResponse__AirspaceConstraintConflictResponse__: {
|
|
1402
|
-
/** Data */
|
|
1403
|
-
data: components["schemas"]["FlightplanConflictResponse"] | components["schemas"]["AirspaceConstraintConflictResponse"];
|
|
1404
|
-
links: components["schemas"]["Links"];
|
|
1405
|
-
};
|
|
1406
1661
|
/** JsonApiResponse[VolumeResponse] */
|
|
1407
1662
|
JsonApiResponse_VolumeResponse_: {
|
|
1408
1663
|
data: components["schemas"]["VolumeResponse"];
|
|
@@ -1487,6 +1742,12 @@ export interface components {
|
|
|
1487
1742
|
* @default 0.8
|
|
1488
1743
|
*/
|
|
1489
1744
|
ground_risk_bias?: number;
|
|
1745
|
+
/**
|
|
1746
|
+
* Deconflict
|
|
1747
|
+
* @description Whether to deconflict with volumes associated with other entities.
|
|
1748
|
+
* @default true
|
|
1749
|
+
*/
|
|
1750
|
+
deconflict?: boolean;
|
|
1490
1751
|
};
|
|
1491
1752
|
/** PathingTaskAttributes */
|
|
1492
1753
|
PathingTaskAttributes: {
|
|
@@ -1520,6 +1781,11 @@ export interface components {
|
|
|
1520
1781
|
* @description Indexes of checkpoints from initial request in returned waypoints, only provided if the pathing task is "successful".
|
|
1521
1782
|
*/
|
|
1522
1783
|
checkpoint_indexes?: number[] | null;
|
|
1784
|
+
/**
|
|
1785
|
+
* Compute Time
|
|
1786
|
+
* @description The total time taken to generate the pathing result given in seconds
|
|
1787
|
+
*/
|
|
1788
|
+
compute_time?: number | null;
|
|
1523
1789
|
};
|
|
1524
1790
|
/** PathingTaskRequest */
|
|
1525
1791
|
PathingTaskRequest: {
|
|
@@ -1530,11 +1796,15 @@ export interface components {
|
|
|
1530
1796
|
chart_id: string;
|
|
1531
1797
|
/**
|
|
1532
1798
|
* Aircraft ID
|
|
1799
|
+
* @deprecated
|
|
1533
1800
|
* @description Unique identifier for an aircraft.
|
|
1801
|
+
* @default phantom
|
|
1534
1802
|
*/
|
|
1535
|
-
aircraft_id
|
|
1803
|
+
aircraft_id?: string;
|
|
1536
1804
|
/** Sora Classification Id */
|
|
1537
1805
|
sora_classification_id?: string | null;
|
|
1806
|
+
/** @default NASADEM */
|
|
1807
|
+
terrain_elevation_source?: components["schemas"]["TerrainSource"] | null;
|
|
1538
1808
|
/**
|
|
1539
1809
|
* Geocage Coordinates
|
|
1540
1810
|
* @description The boundary coordinates of a keep-in geocage. Currently geocage is only applied laterally and does not consider altitude.
|
|
@@ -1663,7 +1933,7 @@ export interface components {
|
|
|
1663
1933
|
* Final GRC Determination
|
|
1664
1934
|
* @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC.
|
|
1665
1935
|
*/
|
|
1666
|
-
final_grc: components["schemas"]["
|
|
1936
|
+
final_grc: components["schemas"]["FinalGRC"];
|
|
1667
1937
|
/**
|
|
1668
1938
|
* Residual Air Risk Class (ARC)
|
|
1669
1939
|
* @description Qualitative classification of the rate at which a UAS would encounter a manned aircraft in a given airspace environment.
|
|
@@ -1707,10 +1977,11 @@ export interface components {
|
|
|
1707
1977
|
*/
|
|
1708
1978
|
arc: components["schemas"]["ARC"];
|
|
1709
1979
|
/**
|
|
1710
|
-
* SAIL
|
|
1980
|
+
* SAIL
|
|
1711
1981
|
* @description The SAIL represents the level of confidence that the UAS operation will stay under control.
|
|
1982
|
+
* @enum {string}
|
|
1712
1983
|
*/
|
|
1713
|
-
sail:
|
|
1984
|
+
sail: "NA" | "I" | "II" | "III" | "IV" | "V" | "VI" | "VII";
|
|
1714
1985
|
};
|
|
1715
1986
|
/** SailResponse */
|
|
1716
1987
|
SailResponse: {
|
|
@@ -1759,22 +2030,71 @@ export interface components {
|
|
|
1759
2030
|
* Final GRC Determination
|
|
1760
2031
|
* @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC.
|
|
1761
2032
|
*/
|
|
1762
|
-
final_grc: components["schemas"]["FinalGRC"];
|
|
2033
|
+
final_grc: components["schemas"]["FinalGRC"] | "Category C";
|
|
1763
2034
|
/**
|
|
1764
2035
|
* Intrinsic UAS Ground Risk Class (iGRC)
|
|
1765
2036
|
* @description The intrinsic UAS ground risk relates to the risk of a person being fatally struck by the UAS (in the case where the UAS operation is out of control) absent of any mitigations being present
|
|
1766
2037
|
*/
|
|
1767
|
-
intrinsic_grc: components["schemas"]["IntrinsicGRC"];
|
|
2038
|
+
intrinsic_grc: components["schemas"]["IntrinsicGRC"] | "Category C";
|
|
1768
2039
|
/**
|
|
1769
2040
|
* Max Operational Population Density
|
|
1770
|
-
* @description The maximum population density overflown within the nominal flight operational volume and ground risk buffer, defined in
|
|
2041
|
+
* @description The maximum population density overflown within the nominal flight operational volume and ground risk buffer, defined in people/km². Determined in the assessment of intrinsic ground risk before application of any mitigations.
|
|
1771
2042
|
*/
|
|
1772
2043
|
max_operational_population_density: number;
|
|
2044
|
+
/**
|
|
2045
|
+
* Residual Air Risk Class (ARC)
|
|
2046
|
+
* @description Qualitative classification of the rate at which a UAS would encounter a manned aircraft in a given airspace environment.
|
|
2047
|
+
*
|
|
2048
|
+
* - 'arc-a1' - ARC-a (NMAC Encounter Rate)
|
|
2049
|
+
*
|
|
2050
|
+
* - 'arc-a2' - ARC-a (Linear Infrastructure)
|
|
2051
|
+
*
|
|
2052
|
+
* - 'arc-a3' - ARC-a (Restricted Airspace)
|
|
2053
|
+
*
|
|
2054
|
+
* - 'arc-a4' - ARC-a (Danger Area)
|
|
2055
|
+
*
|
|
2056
|
+
* - 'arc-a5' - ARC-a (Self Declared)
|
|
2057
|
+
*
|
|
2058
|
+
* - 'arc-b1' - ARC-b (>FL600)
|
|
2059
|
+
*
|
|
2060
|
+
* - 'arc-b2' - ARC-b (<500ft AGL in Uncontrolled Airspace Over Rural Areas)
|
|
2061
|
+
*
|
|
2062
|
+
* - 'arc-c1' - ARC-c (>500ft AGL but <FL600 in Uncontrolled Airspace Over Urban Areas)
|
|
2063
|
+
*
|
|
2064
|
+
* - 'arc-c2' - ARC-c (>500ft AGL but <FL600 in Uncontrolled Airspace Over Rural Areas)
|
|
2065
|
+
*
|
|
2066
|
+
* - 'arc-c3' - ARC-c (<500ft AGL in Controlled Airspace)
|
|
2067
|
+
*
|
|
2068
|
+
* - 'arc-c4' - ARC-c (<500ft AGL in Uncontrolled Airspace Over Urban Areas)
|
|
2069
|
+
*
|
|
2070
|
+
* - 'arc-c5' - ARC-c (<500ft AGL and TMZ)
|
|
2071
|
+
*
|
|
2072
|
+
* - 'arc-c6' - ARC-c (<500ft AGL and Mode-C Veil)
|
|
2073
|
+
*
|
|
2074
|
+
* - 'arc-c7' - ARC-c (Non Class B/C/D Airspace in an Airport/Heliport environment)
|
|
2075
|
+
*
|
|
2076
|
+
* - 'arc-d1' - ARC-d (>500ft AGL but <FL600 in Controlled Airspace)
|
|
2077
|
+
*
|
|
2078
|
+
* - 'arc-d2' - ARC-d (Class B/C/D Airspace in an Airport/Heliport environment)
|
|
2079
|
+
*
|
|
2080
|
+
* - 'arc-d3' - ARC-d (>500ft AGL but <FL600 and TMZ)
|
|
2081
|
+
*
|
|
2082
|
+
* - 'arc-d4' - ARC-d (>500ft AGL but <FL600 Mode-C Veil)
|
|
2083
|
+
*
|
|
2084
|
+
*/
|
|
2085
|
+
residual_arc: components["schemas"]["ARC"];
|
|
2086
|
+
tmpr: components["schemas"]["TacticalMitigationPerformanceRequirements"];
|
|
2087
|
+
/**
|
|
2088
|
+
* SAIL
|
|
2089
|
+
* @description The SAIL represents the level of confidence that the UAS operation will stay under control.
|
|
2090
|
+
*/
|
|
2091
|
+
sail: ("NA" | "I" | "II" | "III" | "IV" | "V" | "VI" | "VII") | "Category C";
|
|
2092
|
+
containment: components["schemas"]["ContainmentRequirements"];
|
|
1773
2093
|
/**
|
|
1774
2094
|
* Avg Adjacent Area Population Density
|
|
1775
|
-
* @
|
|
2095
|
+
* @deprecated
|
|
1776
2096
|
*/
|
|
1777
|
-
avg_adjacent_area_population_density: number;
|
|
2097
|
+
readonly avg_adjacent_area_population_density: number;
|
|
1778
2098
|
};
|
|
1779
2099
|
/** SoraReportRequest */
|
|
1780
2100
|
SoraReportRequest: {
|
|
@@ -1784,23 +2104,41 @@ export interface components {
|
|
|
1784
2104
|
*/
|
|
1785
2105
|
chart_id: string;
|
|
1786
2106
|
/**
|
|
1787
|
-
* Aircraft
|
|
1788
|
-
* @
|
|
2107
|
+
* Aircraft Id
|
|
2108
|
+
* @deprecated
|
|
2109
|
+
* @description Deprecated, if provided will override `aircraft`
|
|
1789
2110
|
*/
|
|
1790
|
-
aircraft_id
|
|
2111
|
+
aircraft_id?: string | null;
|
|
1791
2112
|
/**
|
|
1792
2113
|
* Waypoints
|
|
1793
2114
|
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: WaypointType.START and only occur once
|
|
1794
2115
|
*/
|
|
1795
2116
|
waypoints: (components["schemas"]["StartWaypoint"] | components["schemas"]["GotoWaypoint-Input"])[];
|
|
2117
|
+
/** @default {
|
|
2118
|
+
* "max_cruise_speed": 20,
|
|
2119
|
+
* "characteristic_dimension": 0.5
|
|
2120
|
+
* } */
|
|
2121
|
+
aircraft?: components["schemas"]["Aircraft"];
|
|
1796
2122
|
mitigations: components["schemas"]["JarusV2_5Mitigations"];
|
|
1797
|
-
/** @description Population Density Data Source. Data has been re-projected and
|
|
2123
|
+
/** @description Population Density Data Source. Data has been re-projected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. The values are normalised by source data cell area to derive a density value of people per square metre. */
|
|
1798
2124
|
population_density_source: components["schemas"]["PopulationSource"];
|
|
2125
|
+
/** @description Terrain Elevation Data Source. Data has been reprojected and resampled to a square grid in UTM coordinates to work in the context of VIA's services. The value in each cell of the grid is the largest value present in any of the cells of the source grid it intersects. Terrain is reported as elevation in metres above the EGM2008 Geoid (EPSG:3855) and does not include buildings or man-made structures. */
|
|
2126
|
+
terrain_elevation_source: components["schemas"]["TerrainSource"];
|
|
1799
2127
|
/**
|
|
1800
2128
|
* Ground Risk Buffer
|
|
1801
2129
|
* @description The ground risk buffer is an area on the ground that surrounds the footprint of the contingency volume. It is expected that if the flight exits the contingency volume during a loss of control of the operation that the flight will be terminated within this lateral distance.
|
|
1802
2130
|
*/
|
|
1803
2131
|
ground_risk_buffer: number;
|
|
2132
|
+
/**
|
|
2133
|
+
* Controlled Ground Area Id
|
|
2134
|
+
* @description Applies a Controlled Ground Area to the determination of the GRC for the provided waypoints. If any 2 waypoints and their associated ground risk footprint are found to be wholly contained within the Controlled Ground Area then the intrinsic GRC for this section will be equal to that of a Controlled Ground Area for the supplied aircraft. If there is partial overlap, then any population within it will be set to 0 for the purposes of determining maximum overflown population density.
|
|
2135
|
+
*/
|
|
2136
|
+
controlled_ground_area_id?: string | null;
|
|
2137
|
+
/**
|
|
2138
|
+
* Atypical Airspace Id
|
|
2139
|
+
* @description Applies an Atypical Airspace to the determination of the ARC for the provided waypoints. If any 2 waypoints and their associated operational volume are found to be wholly contained within the the Atypical Airspace in 3D space then the ARC for this section will be ARC-A. Atypical Airspaces will not have an effect if there is only partial overlap.
|
|
2140
|
+
*/
|
|
2141
|
+
atypical_airspace_id?: string | null;
|
|
1804
2142
|
};
|
|
1805
2143
|
/** SoraReportResponse */
|
|
1806
2144
|
SoraReportResponse: {
|
|
@@ -1821,10 +2159,16 @@ export interface components {
|
|
|
1821
2159
|
*/
|
|
1822
2160
|
chart_id: string;
|
|
1823
2161
|
/**
|
|
1824
|
-
* Aircraft
|
|
1825
|
-
* @
|
|
2162
|
+
* Aircraft Id
|
|
2163
|
+
* @deprecated
|
|
2164
|
+
* @description Deprecated, if provided will override `aircraft`
|
|
1826
2165
|
*/
|
|
1827
|
-
aircraft_id
|
|
2166
|
+
aircraft_id?: string | null;
|
|
2167
|
+
/** @default {
|
|
2168
|
+
* "max_cruise_speed": 20,
|
|
2169
|
+
* "characteristic_dimension": 0.5
|
|
2170
|
+
* } */
|
|
2171
|
+
aircraft?: components["schemas"]["Aircraft"];
|
|
1828
2172
|
/**
|
|
1829
2173
|
* Waypoints
|
|
1830
2174
|
* @description Points defining a Flightplan that must be passed through along with flight parameters. The first waypoint must be of type: WaypointType.START and only occur once
|
|
@@ -1958,6 +2302,32 @@ export interface components {
|
|
|
1958
2302
|
type?: "statistics";
|
|
1959
2303
|
attributes: components["schemas"]["StatisticsAttributes"];
|
|
1960
2304
|
};
|
|
2305
|
+
/**
|
|
2306
|
+
* TacticalMitigationPerformanceRequirements
|
|
2307
|
+
* @description Tactical Mitigation Performance Requirement (TMPR) provides tactical mitigations to assist the pilot in detecting
|
|
2308
|
+
* and avoiding traffic under BVLOS conditions. The TMPR is the amount of Tactical Mitigation required to further
|
|
2309
|
+
* mitigate the risks that could not be mitigated through Strategic Mitigation (residual risk). The amount of residual
|
|
2310
|
+
* risk is dependent on the ARC. Hence, the higher the ARC, the greater the residual risk, the greater the TMPR.
|
|
2311
|
+
*/
|
|
2312
|
+
TacticalMitigationPerformanceRequirements: {
|
|
2313
|
+
/**
|
|
2314
|
+
* Level
|
|
2315
|
+
* @description The amount of Tactical Mitigation required to further mitigate the risks that could not be mitigated through Strategic Mitigation (residual risk).
|
|
2316
|
+
* @enum {string}
|
|
2317
|
+
*/
|
|
2318
|
+
level: "none" | "low" | "medium" | "high";
|
|
2319
|
+
/**
|
|
2320
|
+
* Robustness
|
|
2321
|
+
* @description The combination of level of integrity (how good the mitigation is at reducing risk) and level of assurance (the degree of certainty to which the level of integrity is ensured)
|
|
2322
|
+
* @enum {string}
|
|
2323
|
+
*/
|
|
2324
|
+
robustness: "none" | "low" | "medium" | "high";
|
|
2325
|
+
};
|
|
2326
|
+
/**
|
|
2327
|
+
* TerrainSource
|
|
2328
|
+
* @enum {string}
|
|
2329
|
+
*/
|
|
2330
|
+
TerrainSource: "SRTMGL3" | "SRTMGL1" | "SRTMGL1_E" | "AW3D30" | "AW3D30_E" | "NASADEM" | "COP30" | "COP90" | "EU_DTM" | "GEDI_L3";
|
|
1961
2331
|
/**
|
|
1962
2332
|
* TokenType
|
|
1963
2333
|
* @constant
|
|
@@ -2461,7 +2831,7 @@ export interface operations {
|
|
|
2461
2831
|
};
|
|
2462
2832
|
};
|
|
2463
2833
|
};
|
|
2464
|
-
|
|
2834
|
+
flightplan_state_v1_flightplans__flightplan_id__state_post: {
|
|
2465
2835
|
parameters: {
|
|
2466
2836
|
query?: never;
|
|
2467
2837
|
header?: never;
|
|
@@ -2471,16 +2841,18 @@ export interface operations {
|
|
|
2471
2841
|
};
|
|
2472
2842
|
cookie?: never;
|
|
2473
2843
|
};
|
|
2474
|
-
requestBody
|
|
2844
|
+
requestBody: {
|
|
2845
|
+
content: {
|
|
2846
|
+
"application/json": components["schemas"]["StateRequest"];
|
|
2847
|
+
};
|
|
2848
|
+
};
|
|
2475
2849
|
responses: {
|
|
2476
2850
|
/** @description Successful Response */
|
|
2477
|
-
|
|
2851
|
+
204: {
|
|
2478
2852
|
headers: {
|
|
2479
2853
|
[name: string]: unknown;
|
|
2480
2854
|
};
|
|
2481
|
-
content
|
|
2482
|
-
"application/json": components["schemas"]["JsonApiResponse_WaypointDetailResponse_"];
|
|
2483
|
-
};
|
|
2855
|
+
content?: never;
|
|
2484
2856
|
};
|
|
2485
2857
|
/** @description One or more input parameters were missing or invalid. */
|
|
2486
2858
|
400: {
|
|
@@ -2509,6 +2881,15 @@ export interface operations {
|
|
|
2509
2881
|
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
2510
2882
|
};
|
|
2511
2883
|
};
|
|
2884
|
+
/** @description The flightplan could not be accepted due to conflicts with existing accepted flightplans */
|
|
2885
|
+
409: {
|
|
2886
|
+
headers: {
|
|
2887
|
+
[name: string]: unknown;
|
|
2888
|
+
};
|
|
2889
|
+
content: {
|
|
2890
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
2891
|
+
};
|
|
2892
|
+
};
|
|
2512
2893
|
/** @description Validation Error */
|
|
2513
2894
|
422: {
|
|
2514
2895
|
headers: {
|
|
@@ -2520,7 +2901,7 @@ export interface operations {
|
|
|
2520
2901
|
};
|
|
2521
2902
|
};
|
|
2522
2903
|
};
|
|
2523
|
-
|
|
2904
|
+
flightplan_waypoints_detail_v1_flightplans__flightplan_id__waypoints_detail_get: {
|
|
2524
2905
|
parameters: {
|
|
2525
2906
|
query?: never;
|
|
2526
2907
|
header?: never;
|
|
@@ -2538,7 +2919,7 @@ export interface operations {
|
|
|
2538
2919
|
[name: string]: unknown;
|
|
2539
2920
|
};
|
|
2540
2921
|
content: {
|
|
2541
|
-
"application/json": components["schemas"]["
|
|
2922
|
+
"application/json": components["schemas"]["JsonApiResponse_WaypointDetailResponse_"];
|
|
2542
2923
|
};
|
|
2543
2924
|
};
|
|
2544
2925
|
/** @description One or more input parameters were missing or invalid. */
|
|
@@ -2579,7 +2960,7 @@ export interface operations {
|
|
|
2579
2960
|
};
|
|
2580
2961
|
};
|
|
2581
2962
|
};
|
|
2582
|
-
|
|
2963
|
+
flightplan_statistics_v1_flightplans__flightplan_id__statistics_get: {
|
|
2583
2964
|
parameters: {
|
|
2584
2965
|
query?: never;
|
|
2585
2966
|
header?: never;
|
|
@@ -2597,7 +2978,7 @@ export interface operations {
|
|
|
2597
2978
|
[name: string]: unknown;
|
|
2598
2979
|
};
|
|
2599
2980
|
content: {
|
|
2600
|
-
"application/json": components["schemas"]["
|
|
2981
|
+
"application/json": components["schemas"]["JsonApiResponse_StatisticsResponse_"];
|
|
2601
2982
|
};
|
|
2602
2983
|
};
|
|
2603
2984
|
/** @description One or more input parameters were missing or invalid. */
|
|
@@ -2638,7 +3019,7 @@ export interface operations {
|
|
|
2638
3019
|
};
|
|
2639
3020
|
};
|
|
2640
3021
|
};
|
|
2641
|
-
|
|
3022
|
+
flightplan_volumes_v1_flightplans__flightplan_id__volumes_get: {
|
|
2642
3023
|
parameters: {
|
|
2643
3024
|
query?: never;
|
|
2644
3025
|
header?: never;
|
|
@@ -2656,7 +3037,7 @@ export interface operations {
|
|
|
2656
3037
|
[name: string]: unknown;
|
|
2657
3038
|
};
|
|
2658
3039
|
content: {
|
|
2659
|
-
"application/json": components["schemas"]["
|
|
3040
|
+
"application/json": components["schemas"]["JsonApiListResponse_JsonApiResponse_VolumeResponse__"];
|
|
2660
3041
|
};
|
|
2661
3042
|
};
|
|
2662
3043
|
/** @description One or more input parameters were missing or invalid. */
|
|
@@ -2701,6 +3082,9 @@ export interface operations {
|
|
|
2701
3082
|
parameters: {
|
|
2702
3083
|
query?: {
|
|
2703
3084
|
start_time?: string | null;
|
|
3085
|
+
/** @description Interval of time to check in seconds */
|
|
3086
|
+
time_interval?: number;
|
|
3087
|
+
max_time_displacement?: number | null;
|
|
2704
3088
|
};
|
|
2705
3089
|
header?: never;
|
|
2706
3090
|
path: {
|
|
@@ -2758,76 +3142,6 @@ export interface operations {
|
|
|
2758
3142
|
};
|
|
2759
3143
|
};
|
|
2760
3144
|
};
|
|
2761
|
-
flightplan_state_v1_flightplans__flightplan_id__state_post: {
|
|
2762
|
-
parameters: {
|
|
2763
|
-
query?: never;
|
|
2764
|
-
header?: never;
|
|
2765
|
-
path: {
|
|
2766
|
-
/** @description Unique identifier of the flightplan. */
|
|
2767
|
-
flightplan_id: string;
|
|
2768
|
-
};
|
|
2769
|
-
cookie?: never;
|
|
2770
|
-
};
|
|
2771
|
-
requestBody: {
|
|
2772
|
-
content: {
|
|
2773
|
-
"application/json": components["schemas"]["StateRequest"];
|
|
2774
|
-
};
|
|
2775
|
-
};
|
|
2776
|
-
responses: {
|
|
2777
|
-
/** @description Successful Response */
|
|
2778
|
-
204: {
|
|
2779
|
-
headers: {
|
|
2780
|
-
[name: string]: unknown;
|
|
2781
|
-
};
|
|
2782
|
-
content?: never;
|
|
2783
|
-
};
|
|
2784
|
-
/** @description One or more input parameters were missing or invalid. */
|
|
2785
|
-
400: {
|
|
2786
|
-
headers: {
|
|
2787
|
-
[name: string]: unknown;
|
|
2788
|
-
};
|
|
2789
|
-
content: {
|
|
2790
|
-
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
2791
|
-
};
|
|
2792
|
-
};
|
|
2793
|
-
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
2794
|
-
401: {
|
|
2795
|
-
headers: {
|
|
2796
|
-
[name: string]: unknown;
|
|
2797
|
-
};
|
|
2798
|
-
content: {
|
|
2799
|
-
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
2800
|
-
};
|
|
2801
|
-
};
|
|
2802
|
-
/** @description The requested resource could not be found */
|
|
2803
|
-
404: {
|
|
2804
|
-
headers: {
|
|
2805
|
-
[name: string]: unknown;
|
|
2806
|
-
};
|
|
2807
|
-
content: {
|
|
2808
|
-
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
2809
|
-
};
|
|
2810
|
-
};
|
|
2811
|
-
/** @description The flightplan could not be accepted due to conflicts with existing accepted flightplans */
|
|
2812
|
-
409: {
|
|
2813
|
-
headers: {
|
|
2814
|
-
[name: string]: unknown;
|
|
2815
|
-
};
|
|
2816
|
-
content: {
|
|
2817
|
-
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
2818
|
-
};
|
|
2819
|
-
};
|
|
2820
|
-
/** @description Validation Error */
|
|
2821
|
-
422: {
|
|
2822
|
-
headers: {
|
|
2823
|
-
[name: string]: unknown;
|
|
2824
|
-
};
|
|
2825
|
-
content: {
|
|
2826
|
-
"application/json": components["schemas"]["HTTPValidationError"];
|
|
2827
|
-
};
|
|
2828
|
-
};
|
|
2829
|
-
};
|
|
2830
|
-
};
|
|
2831
3145
|
flightplan_content_download_v1_flightplans__flightplan_id__content_get: {
|
|
2832
3146
|
parameters: {
|
|
2833
3147
|
query?: never;
|
|
@@ -3502,11 +3816,571 @@ export interface operations {
|
|
|
3502
3816
|
};
|
|
3503
3817
|
};
|
|
3504
3818
|
};
|
|
3819
|
+
list_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__get: {
|
|
3820
|
+
parameters: {
|
|
3821
|
+
query?: {
|
|
3822
|
+
"page[offset]"?: number;
|
|
3823
|
+
"page[limit]"?: number;
|
|
3824
|
+
};
|
|
3825
|
+
header?: never;
|
|
3826
|
+
path?: never;
|
|
3827
|
+
cookie?: never;
|
|
3828
|
+
};
|
|
3829
|
+
requestBody?: never;
|
|
3830
|
+
responses: {
|
|
3831
|
+
/** @description Successful Response */
|
|
3832
|
+
200: {
|
|
3833
|
+
headers: {
|
|
3834
|
+
[name: string]: unknown;
|
|
3835
|
+
};
|
|
3836
|
+
content: {
|
|
3837
|
+
"application/json": components["schemas"]["JsonApiListResponse_JsonApiResponse_ControlledGroundAreaResponse__"];
|
|
3838
|
+
};
|
|
3839
|
+
};
|
|
3840
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
3841
|
+
400: {
|
|
3842
|
+
headers: {
|
|
3843
|
+
[name: string]: unknown;
|
|
3844
|
+
};
|
|
3845
|
+
content: {
|
|
3846
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3847
|
+
};
|
|
3848
|
+
};
|
|
3849
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
3850
|
+
401: {
|
|
3851
|
+
headers: {
|
|
3852
|
+
[name: string]: unknown;
|
|
3853
|
+
};
|
|
3854
|
+
content: {
|
|
3855
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3856
|
+
};
|
|
3857
|
+
};
|
|
3858
|
+
/** @description Validation Error */
|
|
3859
|
+
422: {
|
|
3860
|
+
headers: {
|
|
3861
|
+
[name: string]: unknown;
|
|
3862
|
+
};
|
|
3863
|
+
content: {
|
|
3864
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
3865
|
+
};
|
|
3866
|
+
};
|
|
3867
|
+
};
|
|
3868
|
+
};
|
|
3869
|
+
create_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__post: {
|
|
3870
|
+
parameters: {
|
|
3871
|
+
query?: never;
|
|
3872
|
+
header?: never;
|
|
3873
|
+
path?: never;
|
|
3874
|
+
cookie?: never;
|
|
3875
|
+
};
|
|
3876
|
+
requestBody: {
|
|
3877
|
+
content: {
|
|
3878
|
+
"application/json": components["schemas"]["ControlledGroundArea-Input"];
|
|
3879
|
+
};
|
|
3880
|
+
};
|
|
3881
|
+
responses: {
|
|
3882
|
+
/** @description Successful Response */
|
|
3883
|
+
200: {
|
|
3884
|
+
headers: {
|
|
3885
|
+
[name: string]: unknown;
|
|
3886
|
+
};
|
|
3887
|
+
content: {
|
|
3888
|
+
"application/json": components["schemas"]["JsonApiResponse_ControlledGroundAreaResponse_"];
|
|
3889
|
+
};
|
|
3890
|
+
};
|
|
3891
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
3892
|
+
400: {
|
|
3893
|
+
headers: {
|
|
3894
|
+
[name: string]: unknown;
|
|
3895
|
+
};
|
|
3896
|
+
content: {
|
|
3897
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3898
|
+
};
|
|
3899
|
+
};
|
|
3900
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
3901
|
+
401: {
|
|
3902
|
+
headers: {
|
|
3903
|
+
[name: string]: unknown;
|
|
3904
|
+
};
|
|
3905
|
+
content: {
|
|
3906
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3907
|
+
};
|
|
3908
|
+
};
|
|
3909
|
+
/** @description Validation Error */
|
|
3910
|
+
422: {
|
|
3911
|
+
headers: {
|
|
3912
|
+
[name: string]: unknown;
|
|
3913
|
+
};
|
|
3914
|
+
content: {
|
|
3915
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
3916
|
+
};
|
|
3917
|
+
};
|
|
3918
|
+
};
|
|
3919
|
+
};
|
|
3920
|
+
get_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__controlled_ground_area_id__get: {
|
|
3921
|
+
parameters: {
|
|
3922
|
+
query?: never;
|
|
3923
|
+
header?: never;
|
|
3924
|
+
path: {
|
|
3925
|
+
/** @description Unique identifier of the controlled ground area. */
|
|
3926
|
+
controlled_ground_area_id: string;
|
|
3927
|
+
};
|
|
3928
|
+
cookie?: never;
|
|
3929
|
+
};
|
|
3930
|
+
requestBody?: never;
|
|
3931
|
+
responses: {
|
|
3932
|
+
/** @description Successful Response */
|
|
3933
|
+
200: {
|
|
3934
|
+
headers: {
|
|
3935
|
+
[name: string]: unknown;
|
|
3936
|
+
};
|
|
3937
|
+
content: {
|
|
3938
|
+
"application/json": components["schemas"]["JsonApiResponse_ControlledGroundAreaResponse_"];
|
|
3939
|
+
};
|
|
3940
|
+
};
|
|
3941
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
3942
|
+
400: {
|
|
3943
|
+
headers: {
|
|
3944
|
+
[name: string]: unknown;
|
|
3945
|
+
};
|
|
3946
|
+
content: {
|
|
3947
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3948
|
+
};
|
|
3949
|
+
};
|
|
3950
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
3951
|
+
401: {
|
|
3952
|
+
headers: {
|
|
3953
|
+
[name: string]: unknown;
|
|
3954
|
+
};
|
|
3955
|
+
content: {
|
|
3956
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3957
|
+
};
|
|
3958
|
+
};
|
|
3959
|
+
/** @description The requested resource could not be found */
|
|
3960
|
+
404: {
|
|
3961
|
+
headers: {
|
|
3962
|
+
[name: string]: unknown;
|
|
3963
|
+
};
|
|
3964
|
+
content: {
|
|
3965
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
3966
|
+
};
|
|
3967
|
+
};
|
|
3968
|
+
/** @description Validation Error */
|
|
3969
|
+
422: {
|
|
3970
|
+
headers: {
|
|
3971
|
+
[name: string]: unknown;
|
|
3972
|
+
};
|
|
3973
|
+
content: {
|
|
3974
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
3975
|
+
};
|
|
3976
|
+
};
|
|
3977
|
+
};
|
|
3978
|
+
};
|
|
3979
|
+
update_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__controlled_ground_area_id__put: {
|
|
3980
|
+
parameters: {
|
|
3981
|
+
query?: never;
|
|
3982
|
+
header?: never;
|
|
3983
|
+
path: {
|
|
3984
|
+
/** @description Unique identifier of the controlled ground area. */
|
|
3985
|
+
controlled_ground_area_id: string;
|
|
3986
|
+
};
|
|
3987
|
+
cookie?: never;
|
|
3988
|
+
};
|
|
3989
|
+
requestBody: {
|
|
3990
|
+
content: {
|
|
3991
|
+
"application/json": components["schemas"]["ControlledGroundArea-Input"];
|
|
3992
|
+
};
|
|
3993
|
+
};
|
|
3994
|
+
responses: {
|
|
3995
|
+
/** @description Successful Response */
|
|
3996
|
+
200: {
|
|
3997
|
+
headers: {
|
|
3998
|
+
[name: string]: unknown;
|
|
3999
|
+
};
|
|
4000
|
+
content: {
|
|
4001
|
+
"application/json": components["schemas"]["JsonApiResponse_ControlledGroundAreaResponse_"];
|
|
4002
|
+
};
|
|
4003
|
+
};
|
|
4004
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4005
|
+
400: {
|
|
4006
|
+
headers: {
|
|
4007
|
+
[name: string]: unknown;
|
|
4008
|
+
};
|
|
4009
|
+
content: {
|
|
4010
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4011
|
+
};
|
|
4012
|
+
};
|
|
4013
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4014
|
+
401: {
|
|
4015
|
+
headers: {
|
|
4016
|
+
[name: string]: unknown;
|
|
4017
|
+
};
|
|
4018
|
+
content: {
|
|
4019
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4020
|
+
};
|
|
4021
|
+
};
|
|
4022
|
+
/** @description The requested resource could not be found */
|
|
4023
|
+
404: {
|
|
4024
|
+
headers: {
|
|
4025
|
+
[name: string]: unknown;
|
|
4026
|
+
};
|
|
4027
|
+
content: {
|
|
4028
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4029
|
+
};
|
|
4030
|
+
};
|
|
4031
|
+
/** @description Validation Error */
|
|
4032
|
+
422: {
|
|
4033
|
+
headers: {
|
|
4034
|
+
[name: string]: unknown;
|
|
4035
|
+
};
|
|
4036
|
+
content: {
|
|
4037
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4038
|
+
};
|
|
4039
|
+
};
|
|
4040
|
+
};
|
|
4041
|
+
};
|
|
4042
|
+
delete_controlled_ground_area_v1_risk_assessment_sora_controlled_ground_areas__controlled_ground_area_id__delete: {
|
|
4043
|
+
parameters: {
|
|
4044
|
+
query?: never;
|
|
4045
|
+
header?: never;
|
|
4046
|
+
path: {
|
|
4047
|
+
/** @description Unique identifier of the controlled ground area. */
|
|
4048
|
+
controlled_ground_area_id: string;
|
|
4049
|
+
};
|
|
4050
|
+
cookie?: never;
|
|
4051
|
+
};
|
|
4052
|
+
requestBody?: never;
|
|
4053
|
+
responses: {
|
|
4054
|
+
/** @description Successful Response */
|
|
4055
|
+
204: {
|
|
4056
|
+
headers: {
|
|
4057
|
+
[name: string]: unknown;
|
|
4058
|
+
};
|
|
4059
|
+
content?: never;
|
|
4060
|
+
};
|
|
4061
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4062
|
+
400: {
|
|
4063
|
+
headers: {
|
|
4064
|
+
[name: string]: unknown;
|
|
4065
|
+
};
|
|
4066
|
+
content: {
|
|
4067
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4068
|
+
};
|
|
4069
|
+
};
|
|
4070
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4071
|
+
401: {
|
|
4072
|
+
headers: {
|
|
4073
|
+
[name: string]: unknown;
|
|
4074
|
+
};
|
|
4075
|
+
content: {
|
|
4076
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4077
|
+
};
|
|
4078
|
+
};
|
|
4079
|
+
/** @description The requested resource could not be found */
|
|
4080
|
+
404: {
|
|
4081
|
+
headers: {
|
|
4082
|
+
[name: string]: unknown;
|
|
4083
|
+
};
|
|
4084
|
+
content: {
|
|
4085
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4086
|
+
};
|
|
4087
|
+
};
|
|
4088
|
+
/** @description Validation Error */
|
|
4089
|
+
422: {
|
|
4090
|
+
headers: {
|
|
4091
|
+
[name: string]: unknown;
|
|
4092
|
+
};
|
|
4093
|
+
content: {
|
|
4094
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4095
|
+
};
|
|
4096
|
+
};
|
|
4097
|
+
};
|
|
4098
|
+
};
|
|
4099
|
+
list_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__get: {
|
|
4100
|
+
parameters: {
|
|
4101
|
+
query?: {
|
|
4102
|
+
"page[offset]"?: number;
|
|
4103
|
+
"page[limit]"?: number;
|
|
4104
|
+
};
|
|
4105
|
+
header?: never;
|
|
4106
|
+
path?: never;
|
|
4107
|
+
cookie?: never;
|
|
4108
|
+
};
|
|
4109
|
+
requestBody?: never;
|
|
4110
|
+
responses: {
|
|
4111
|
+
/** @description Successful Response */
|
|
4112
|
+
200: {
|
|
4113
|
+
headers: {
|
|
4114
|
+
[name: string]: unknown;
|
|
4115
|
+
};
|
|
4116
|
+
content: {
|
|
4117
|
+
"application/json": components["schemas"]["JsonApiListResponse_JsonApiResponse_AtypicalAirspaceResponse__"];
|
|
4118
|
+
};
|
|
4119
|
+
};
|
|
4120
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4121
|
+
400: {
|
|
4122
|
+
headers: {
|
|
4123
|
+
[name: string]: unknown;
|
|
4124
|
+
};
|
|
4125
|
+
content: {
|
|
4126
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4127
|
+
};
|
|
4128
|
+
};
|
|
4129
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4130
|
+
401: {
|
|
4131
|
+
headers: {
|
|
4132
|
+
[name: string]: unknown;
|
|
4133
|
+
};
|
|
4134
|
+
content: {
|
|
4135
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4136
|
+
};
|
|
4137
|
+
};
|
|
4138
|
+
/** @description Validation Error */
|
|
4139
|
+
422: {
|
|
4140
|
+
headers: {
|
|
4141
|
+
[name: string]: unknown;
|
|
4142
|
+
};
|
|
4143
|
+
content: {
|
|
4144
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4145
|
+
};
|
|
4146
|
+
};
|
|
4147
|
+
};
|
|
4148
|
+
};
|
|
4149
|
+
create_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__post: {
|
|
4150
|
+
parameters: {
|
|
4151
|
+
query?: never;
|
|
4152
|
+
header?: never;
|
|
4153
|
+
path?: never;
|
|
4154
|
+
cookie?: never;
|
|
4155
|
+
};
|
|
4156
|
+
requestBody: {
|
|
4157
|
+
content: {
|
|
4158
|
+
"application/json": components["schemas"]["AtypicalAirspace-Input"];
|
|
4159
|
+
};
|
|
4160
|
+
};
|
|
4161
|
+
responses: {
|
|
4162
|
+
/** @description Successful Response */
|
|
4163
|
+
200: {
|
|
4164
|
+
headers: {
|
|
4165
|
+
[name: string]: unknown;
|
|
4166
|
+
};
|
|
4167
|
+
content: {
|
|
4168
|
+
"application/json": components["schemas"]["JsonApiResponse_AtypicalAirspaceResponse_"];
|
|
4169
|
+
};
|
|
4170
|
+
};
|
|
4171
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4172
|
+
400: {
|
|
4173
|
+
headers: {
|
|
4174
|
+
[name: string]: unknown;
|
|
4175
|
+
};
|
|
4176
|
+
content: {
|
|
4177
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4178
|
+
};
|
|
4179
|
+
};
|
|
4180
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4181
|
+
401: {
|
|
4182
|
+
headers: {
|
|
4183
|
+
[name: string]: unknown;
|
|
4184
|
+
};
|
|
4185
|
+
content: {
|
|
4186
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4187
|
+
};
|
|
4188
|
+
};
|
|
4189
|
+
/** @description Validation Error */
|
|
4190
|
+
422: {
|
|
4191
|
+
headers: {
|
|
4192
|
+
[name: string]: unknown;
|
|
4193
|
+
};
|
|
4194
|
+
content: {
|
|
4195
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4196
|
+
};
|
|
4197
|
+
};
|
|
4198
|
+
};
|
|
4199
|
+
};
|
|
4200
|
+
get_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__atypical_airspace_id__get: {
|
|
4201
|
+
parameters: {
|
|
4202
|
+
query?: never;
|
|
4203
|
+
header?: never;
|
|
4204
|
+
path: {
|
|
4205
|
+
/** @description Unique identifier of the atypical airspace. */
|
|
4206
|
+
atypical_airspace_id: string;
|
|
4207
|
+
};
|
|
4208
|
+
cookie?: never;
|
|
4209
|
+
};
|
|
4210
|
+
requestBody?: never;
|
|
4211
|
+
responses: {
|
|
4212
|
+
/** @description Successful Response */
|
|
4213
|
+
200: {
|
|
4214
|
+
headers: {
|
|
4215
|
+
[name: string]: unknown;
|
|
4216
|
+
};
|
|
4217
|
+
content: {
|
|
4218
|
+
"application/json": components["schemas"]["JsonApiResponse_AtypicalAirspaceResponse_"];
|
|
4219
|
+
};
|
|
4220
|
+
};
|
|
4221
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4222
|
+
400: {
|
|
4223
|
+
headers: {
|
|
4224
|
+
[name: string]: unknown;
|
|
4225
|
+
};
|
|
4226
|
+
content: {
|
|
4227
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4228
|
+
};
|
|
4229
|
+
};
|
|
4230
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4231
|
+
401: {
|
|
4232
|
+
headers: {
|
|
4233
|
+
[name: string]: unknown;
|
|
4234
|
+
};
|
|
4235
|
+
content: {
|
|
4236
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4237
|
+
};
|
|
4238
|
+
};
|
|
4239
|
+
/** @description The requested resource could not be found */
|
|
4240
|
+
404: {
|
|
4241
|
+
headers: {
|
|
4242
|
+
[name: string]: unknown;
|
|
4243
|
+
};
|
|
4244
|
+
content: {
|
|
4245
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4246
|
+
};
|
|
4247
|
+
};
|
|
4248
|
+
/** @description Validation Error */
|
|
4249
|
+
422: {
|
|
4250
|
+
headers: {
|
|
4251
|
+
[name: string]: unknown;
|
|
4252
|
+
};
|
|
4253
|
+
content: {
|
|
4254
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4255
|
+
};
|
|
4256
|
+
};
|
|
4257
|
+
};
|
|
4258
|
+
};
|
|
4259
|
+
update_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__atypical_airspace_id__put: {
|
|
4260
|
+
parameters: {
|
|
4261
|
+
query?: never;
|
|
4262
|
+
header?: never;
|
|
4263
|
+
path: {
|
|
4264
|
+
/** @description Unique identifier of the atypical airspace. */
|
|
4265
|
+
atypical_airspace_id: string;
|
|
4266
|
+
};
|
|
4267
|
+
cookie?: never;
|
|
4268
|
+
};
|
|
4269
|
+
requestBody: {
|
|
4270
|
+
content: {
|
|
4271
|
+
"application/json": components["schemas"]["AtypicalAirspace-Input"];
|
|
4272
|
+
};
|
|
4273
|
+
};
|
|
4274
|
+
responses: {
|
|
4275
|
+
/** @description Successful Response */
|
|
4276
|
+
200: {
|
|
4277
|
+
headers: {
|
|
4278
|
+
[name: string]: unknown;
|
|
4279
|
+
};
|
|
4280
|
+
content: {
|
|
4281
|
+
"application/json": components["schemas"]["JsonApiResponse_AtypicalAirspaceResponse_"];
|
|
4282
|
+
};
|
|
4283
|
+
};
|
|
4284
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4285
|
+
400: {
|
|
4286
|
+
headers: {
|
|
4287
|
+
[name: string]: unknown;
|
|
4288
|
+
};
|
|
4289
|
+
content: {
|
|
4290
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4291
|
+
};
|
|
4292
|
+
};
|
|
4293
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4294
|
+
401: {
|
|
4295
|
+
headers: {
|
|
4296
|
+
[name: string]: unknown;
|
|
4297
|
+
};
|
|
4298
|
+
content: {
|
|
4299
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4300
|
+
};
|
|
4301
|
+
};
|
|
4302
|
+
/** @description The requested resource could not be found */
|
|
4303
|
+
404: {
|
|
4304
|
+
headers: {
|
|
4305
|
+
[name: string]: unknown;
|
|
4306
|
+
};
|
|
4307
|
+
content: {
|
|
4308
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4309
|
+
};
|
|
4310
|
+
};
|
|
4311
|
+
/** @description Validation Error */
|
|
4312
|
+
422: {
|
|
4313
|
+
headers: {
|
|
4314
|
+
[name: string]: unknown;
|
|
4315
|
+
};
|
|
4316
|
+
content: {
|
|
4317
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4318
|
+
};
|
|
4319
|
+
};
|
|
4320
|
+
};
|
|
4321
|
+
};
|
|
4322
|
+
delete_atypical_airspace_v1_risk_assessment_sora_atypical_airspaces__atypical_airspace_id__delete: {
|
|
4323
|
+
parameters: {
|
|
4324
|
+
query?: never;
|
|
4325
|
+
header?: never;
|
|
4326
|
+
path: {
|
|
4327
|
+
/** @description Unique identifier of the atypical airspace. */
|
|
4328
|
+
atypical_airspace_id: string;
|
|
4329
|
+
};
|
|
4330
|
+
cookie?: never;
|
|
4331
|
+
};
|
|
4332
|
+
requestBody?: never;
|
|
4333
|
+
responses: {
|
|
4334
|
+
/** @description Successful Response */
|
|
4335
|
+
204: {
|
|
4336
|
+
headers: {
|
|
4337
|
+
[name: string]: unknown;
|
|
4338
|
+
};
|
|
4339
|
+
content?: never;
|
|
4340
|
+
};
|
|
4341
|
+
/** @description One or more input parameters were missing or invalid. */
|
|
4342
|
+
400: {
|
|
4343
|
+
headers: {
|
|
4344
|
+
[name: string]: unknown;
|
|
4345
|
+
};
|
|
4346
|
+
content: {
|
|
4347
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4348
|
+
};
|
|
4349
|
+
};
|
|
4350
|
+
/** @description Bearer access token was not provided in Authorization header, token could not be decoded, or token was invalid. */
|
|
4351
|
+
401: {
|
|
4352
|
+
headers: {
|
|
4353
|
+
[name: string]: unknown;
|
|
4354
|
+
};
|
|
4355
|
+
content: {
|
|
4356
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4357
|
+
};
|
|
4358
|
+
};
|
|
4359
|
+
/** @description The requested resource could not be found */
|
|
4360
|
+
404: {
|
|
4361
|
+
headers: {
|
|
4362
|
+
[name: string]: unknown;
|
|
4363
|
+
};
|
|
4364
|
+
content: {
|
|
4365
|
+
"application/json": components["schemas"]["JsonApiExceptionResponse"];
|
|
4366
|
+
};
|
|
4367
|
+
};
|
|
4368
|
+
/** @description Validation Error */
|
|
4369
|
+
422: {
|
|
4370
|
+
headers: {
|
|
4371
|
+
[name: string]: unknown;
|
|
4372
|
+
};
|
|
4373
|
+
content: {
|
|
4374
|
+
"application/json": components["schemas"]["HTTPValidationError"];
|
|
4375
|
+
};
|
|
4376
|
+
};
|
|
4377
|
+
};
|
|
4378
|
+
};
|
|
3505
4379
|
sora_sail_score_v1_risk_assessment_sora_v2_5_sail_get: {
|
|
3506
4380
|
parameters: {
|
|
3507
4381
|
query: {
|
|
3508
4382
|
/** @description The Final GRC determination, based on the availability and correct application of mitigations to the operation after determination of the intrinsic GRC. */
|
|
3509
|
-
final_grc: components["schemas"]["
|
|
4383
|
+
final_grc: components["schemas"]["FinalGRC"];
|
|
3510
4384
|
/** @description Qualitative classification of the rate at which a UAS would encounter a manned aircraft in a given airspace environment.
|
|
3511
4385
|
*
|
|
3512
4386
|
* - 'arc-a1' - ARC-a (NMAC Encounter Rate)
|
|
@@ -3795,7 +4669,7 @@ export interface operations {
|
|
|
3795
4669
|
[name: string]: unknown;
|
|
3796
4670
|
};
|
|
3797
4671
|
content: {
|
|
3798
|
-
"application/json": components["schemas"]["
|
|
4672
|
+
"application/json": components["schemas"]["JsonApiResponse_GeoJsonCollection_GeoJsonSemanticModelProperties__"];
|
|
3799
4673
|
};
|
|
3800
4674
|
};
|
|
3801
4675
|
/** @description One or more input parameters were missing or invalid. */
|