forked from usnistgov/OSCAL
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor network component props to file for usnistgov#1913
As there will duplicate values when they really need to be identical and the enum documentation strings were previously aligned, it is prudent to refactor the reused enum values and doc strings using the shared entity file pattern per other shared allowed-values enum sets in this model definition and others.
- Loading branch information
1 parent
76c7fb6
commit e30b946
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
src/metaschema/shared-constraints/allowed-values-property-name-networked-components.ent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<enum value="ipv4-address">The Internet Protocol Version 4 address is for an interconnection, service, or software component.</enum> | ||
<enum value="ipv6-address">The Internet Protocol Version 6 address is for an interconnection, service, or software component.</enum> | ||
<enum value="direction">The direction categorizes the network connectivity of an interconnection, service, or software component.</enum> | ||
<enum value="uri">A Uniform Resource Identifier (URI) is for an interconnection, service, or software component.</enum> |