Skip to content

Commit

Permalink
[skip ci] Correct namespace per PR feedbacm.
Browse files Browse the repository at this point in the history
Co-authored-by: David Waltermire <[email protected]>
  • Loading branch information
aj-stein-gsa and david-waltermire authored Sep 29, 2024
1 parent fd63316 commit f69da1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documents/adr/0009-constraint-based-help-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ The team proposes Solution 4. To implement this solution, we will commit to step
<metapath target="/system-security-plan/metadata/location"/>
<constraints>
<expect id="data-center-country-code" target="." test="count(address/country) eq 1">
<prop namespace="https://json.schemastore.org/sarif/2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/4-ssp-template-to-oscal-mapping/#data-center"/>
<prop namespace="https://json.schemastore.org/sarif/2.1.0" name="help-text" value="Data centers must have a country. Only certain countries allowed. See the list below: Country 1; Country 2; Country 3."/>
<prop namespace="https://json.schemastore.org/sarif/2.1.0" name="help-markdown" value="# Data Center Requirements\nData centers must have a country.\nOnly certain countries allowed.\nSee the list below.\n- Country 1\n - Country 2\n - Country 3\n\n"/>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-url" value="https://automate.fedramp.gov/documentation/ssp/4-ssp-template-to-oscal-mapping/#data-center"/>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-text" value="Data centers must have a country. Only certain countries allowed. See the list below: Country 1; Country 2; Country 3."/>
<prop namespace="https://docs.oasis-open.org/sarif/sarif/v2.1.0" name="help-markdown" value="# Data Center Requirements\nData centers must have a country.\nOnly certain countries allowed.\nSee the list below.\n- Country 1\n - Country 2\n - Country 3\n\n"/>
<message>Each data center address must contain a country code.</message>
</expect>
</constraints>
Expand Down

0 comments on commit f69da1e

Please sign in to comment.