Skip to content

Commit

Permalink
Restore name dropped from constraint for #2088
Browse files Browse the repository at this point in the history
The constraint with id="oscal-system-implementation-validated-by-index"
had its corresponding index name erased in error, making this
index-has-key constraint inoperable by tools conformant with the current
version of the Metaschema spec. This change restores it back.
  • Loading branch information
aj-stein-gsa committed Feb 5, 2025
1 parent 7068ccc commit eea23d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metaschema/oscal_ssp_metaschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
<index id="oscal-system-implementation-component-validation-uuid-index" name="index-system-implementation-component-uuid-validation" target="component[@type='validation']">
<key-field target="@uuid"/>
</index>
<index-has-key id="oscal-system-implementation-validated-by-index" target="component/link[@rel='validated-by']">
<index-has-key id="oscal-system-implementation-validated-by-index" name="index-system-implementation-component-uuid-validation" target="component/link[@rel='validated-by']">
<key-field target="@href"/>
</index-has-key>
<index-has-key id="oscal-system-implementation-proof-of-compliance-index" name="index-system-implementation-component-uuid-validation" target="component/link[@rel='proof-of-compliance']">
Expand Down

0 comments on commit eea23d5

Please sign in to comment.