Skip to content

Commit

Permalink
Integrate PR feedback and merge updated enum value.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Oct 13, 2023
1 parent fa13a58 commit 64dd8ae
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 @@ -156,7 +156,7 @@
</enum>
<enum value="community-cloud">The community cloud deployment model as defined by <a href="https://doi.org/10.6028/NIST.SP.800-145">The NIST Definition of Cloud Computing</a>.
</enum>
<enum value="hybrid-cloud"> The hybrid cloud deployment model, as defined by <a href="https://doi.org/10.6028/NIST.SP.800-145">The NIST Definition of Cloud Computing</a>, can be supported by selecting two or more of the existing deployment models.
<enum value="hybrid-cloud">The hybrid cloud deployment model as defined by as defined by <a href="https://doi.org/10.6028/NIST.SP.800-145">The NIST Definition of Cloud Computing</a>.
</enum>
<!-- TODO: consider generalizing this in a way that applies to other usage contexts. -->
<enum value="government-only-cloud">A specific type of community-cloud for use only by government services.</enum>
Expand Down

0 comments on commit 64dd8ae

Please sign in to comment.