diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md index e8584e2ce6..d348fb171c 100644 --- a/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md +++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/isa_validation.md @@ -48,38 +48,38 @@ When a pre-existing ISA needs to be deleted to ensure a clean workspace, any sub #### ISA huge area check -Attempting to put a too large ISA should result in a 400. +Attempting to put a too large ISA should result in a 400, otherwise the DSS fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA empty vertices check -An ISA with a empty `vertices` array in the `extents.spatial_volume.footprint` field of the ISA creation payload should not result in a successful submission. +An ISA with a empty `vertices` array in the `extents.spatial_volume.footprint` field of the ISA creation payload should not result in a successful submission, otherwise the DSS fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA start time in the past check -The DSS must reject ISAs with start times in the past. +The DSS must reject ISAs with start times in the past, otherwise it fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA start time after end time check -The DSS must reject ISAs for which the start time is after the end time. +The DSS must reject ISAs for which the start time is after the end time, otherwise it fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA vertices are valid check -The DSS must reject ISAs with invalid vertices, such as vertices that have latitude or longitude outside meaningful ranges. +The DSS must reject ISAs with invalid vertices, such as vertices that have latitude or longitude outside meaningful ranges, otherwise it fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA missing outline check If the outline polygon is missing from the `extents.spatial_volume.footprint` field in the payload of the ISA creation request, -the DSS is expected to reject the request. +the DSS is expected to reject the request, otherwise it fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA missing volume check If the outline polygon is missing from the `extents.spatial_volume` field in the payload of the ISA creation request, -the DSS is expected to reject the request. +the DSS is expected to reject the request, otherwise it fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. #### ISA missing extents check If the `extents` field is missing from the payload of the ISA creation request, -the DSS is expected to reject the request. +the DSS is expected to reject the request, otherwise it fails to meet **[astm.f3411.v19.DSS0030,a](../../../../../requirements/astm/f3411/v19.md)**. ## Cleanup diff --git a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md index d0b248ea82..2af1539903 100644 --- a/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md +++ b/monitoring/uss_qualifier/scenarios/astm/netrid/v22a/dss/isa_validation.md @@ -48,38 +48,38 @@ When a pre-existing ISA needs to be deleted to ensure a clean workspace, any sub #### ISA huge area check -Attempting to put a too large ISA should result in a 400. +Attempting to put a too large ISA should result in a 400, otherwise the DSS fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA empty vertices check -An ISA with a empty `vertices` array in the `extents.volume.outline_polygon` field of the ISA creation payload should not result in a successful submission. +An ISA with a empty `vertices` array in the `extents.volume.outline_polygon` field of the ISA creation payload should not result in a successful submission, otherwise the DSS fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA start time in the past check -The DSS must reject ISAs with start times in the past. +The DSS must reject ISAs with start times in the past, otherwise it fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA start time after end time check -The DSS must reject ISAs for which the start time is after the end time. +The DSS must reject ISAs for which the start time is after the end time, otherwise it fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA vertices are valid check -The DSS must reject ISAs with invalid vertices, such as vertices that have latitude or longitude outside meaningful ranges. +The DSS must reject ISAs with invalid vertices, such as vertices that have latitude or longitude outside meaningful ranges, otherwise it fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA missing outline check -If the outline polygon is missing from the `extents.volume.outline_polygon` field in the payload of the ISA creation request, -the DSS is expected to reject the request. +If the outline polygon is missing from the `extents.spatial_volume.footprint` field in the payload of the ISA creation request, +the DSS is expected to reject the request, otherwise it fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA missing volume check -If the outline polygon is missing from the `extents.volume` field in the payload of the ISA creation request, -the DSS is expected to reject the request. +If the outline polygon is missing from the `extents.spatial_volume` field in the payload of the ISA creation request, +the DSS is expected to reject the request, otherwise it fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. #### ISA missing extents check If the `extents` field is missing from the payload of the ISA creation request, -the DSS is expected to reject the request. +the DSS is expected to reject the request, otherwise it fails to meet **[astm.f3411.v22a.DSS0030,a](../../../../../requirements/astm/f3411/v22a.md)**. ## Cleanup diff --git a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md index 90e13b0fdf..c1e8dcb13d 100644 --- a/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md +++ b/monitoring/uss_qualifier/suites/astm/netrid/f3411_19.md @@ -24,7 +24,7 @@