Skip to content

Commit

Permalink
Updated schemas and docs only for usnistgov/oscal-content#139.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Sep 8, 2022
1 parent 919b29c commit 1ec511f
Show file tree
Hide file tree
Showing 100 changed files with 38,685 additions and 2,139 deletions.
2 changes: 1 addition & 1 deletion docs/content/reference/develop/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sidenav:
oscal:
type: "branch"
remote: "usnistgov/OSCAL"
branch: "develop"
branch: "feature-metadata-actions-assembly-with-generated-schemas"
revision: "develop"
version: "develop"
---
4 changes: 2 additions & 2 deletions docs/content/reference/develop/assessment-plan/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ sidenav:
---

<p><span class="usa-tag">Release Version</span> Latest Development Snapshot</p>
<p><span class="usa-tag">Github</span> <a href="https://github.com/usnistgov/OSCAL">usnistgov/OSCAL</a> <span class="usa-tag">Branch</span> <a href="https://github.com/usnistgov/OSCAL/tree/develop">develop</a></p>
<p><span class="usa-tag">Github</span> <a href="https://github.com/usnistgov/OSCAL">usnistgov/OSCAL</a> <span class="usa-tag">Branch</span> <a href="https://github.com/usnistgov/OSCAL/tree/feature-metadata-actions-assembly-with-generated-schemas">feature-metadata-actions-assembly-with-generated-schemas</a></p>

The following reference documentation is available for the OSCAL Assessment Plan model.

- **[Conceptual Overview](/concepts/layer/assessment/assessment-plan/):** Provides a high-level overview of the model's intended purpose and role in the [OSCAL architecture](/concepts/layer/). Describes the model's purpose, target audience, and key concepts.
- **Outline ([JSON/YAML](json-outline/), [XML](xml-outline/)):** Provides a brief listing of the model's information items organized hierarchically. Useful for understanding the structure and basic syntax of the model in a given format.
- **Reference ([JSON/YAML](json-reference/), [XML](xml-reference/)):** Provides a detailed description of the structure and syntax for the model's information items organized hierarchically. Useful for understanding how to use information items within the model in the given format.
- **Index ([JSON/YAML](json-index/), [XML](xml-index/)):** Provides a listing of the model's information items organized by where they are used.
- **Definitions ([JSON/YAML](json-definitions/), [XML](xml-definitions/)):** Provides a reference for the XML Schema types and JSON Schema definitions derived from this model's [metaschema](https://github.com/usnistgov/OSCAL/blob/develop/src/metaschema/oscal_assessment-plan). A metaschema is used to [express the model](/concepts/layer/overview/#modeling-approach) in a format agnostic way, that is then used to generate the XML and JSON Schema, XML <-> JSON content converters, and this reference documentation.
- **Definitions ([JSON/YAML](json-definitions/), [XML](xml-definitions/)):** Provides a reference for the XML Schema types and JSON Schema definitions derived from this model's [metaschema](https://github.com/usnistgov/OSCAL/blob/feature-metadata-actions-assembly-with-generated-schemas/src/metaschema/oscal_assessment-plan). A metaschema is used to [express the model](/concepts/layer/overview/#modeling-approach) in a format agnostic way, that is then used to generate the XML and JSON Schema, XML <-> JSON content converters, and this reference documentation.
207 changes: 205 additions & 2 deletions docs/content/reference/develop/assessment-plan/json-definitions.md

Large diffs are not rendered by default.

48 changes: 47 additions & 1 deletion docs/content/reference/develop/assessment-plan/json-index.md

Large diffs are not rendered by default.

170 changes: 169 additions & 1 deletion docs/content/reference/develop/assessment-plan/json-outline.md

Large diffs are not rendered by default.

823 changes: 822 additions & 1 deletion docs/content/reference/develop/assessment-plan/json-reference.md

Large diffs are not rendered by default.

208 changes: 206 additions & 2 deletions docs/content/reference/develop/assessment-plan/xml-definitions.md

Large diffs are not rendered by default.

48 changes: 47 additions & 1 deletion docs/content/reference/develop/assessment-plan/xml-index.md

Large diffs are not rendered by default.

96 changes: 95 additions & 1 deletion docs/content/reference/develop/assessment-plan/xml-outline.md

Large diffs are not rendered by default.

858 changes: 857 additions & 1 deletion docs/content/reference/develop/assessment-plan/xml-reference.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/content/reference/develop/assessment-results/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ sidenav:
---

<p><span class="usa-tag">Release Version</span> Latest Development Snapshot</p>
<p><span class="usa-tag">Github</span> <a href="https://github.com/usnistgov/OSCAL">usnistgov/OSCAL</a> <span class="usa-tag">Branch</span> <a href="https://github.com/usnistgov/OSCAL/tree/develop">develop</a></p>
<p><span class="usa-tag">Github</span> <a href="https://github.com/usnistgov/OSCAL">usnistgov/OSCAL</a> <span class="usa-tag">Branch</span> <a href="https://github.com/usnistgov/OSCAL/tree/feature-metadata-actions-assembly-with-generated-schemas">feature-metadata-actions-assembly-with-generated-schemas</a></p>

The following reference documentation is available for the OSCAL Assessment Results model.

- **[Conceptual Overview](/concepts/layer/assessment/assessment-results/):** Provides a high-level overview of the model's intended purpose and role in the [OSCAL architecture](/concepts/layer/). Describes the model's purpose, target audience, and key concepts.
- **Outline ([JSON/YAML](json-outline/), [XML](xml-outline/)):** Provides a brief listing of the model's information items organized hierarchically. Useful for understanding the structure and basic syntax of the model in a given format.
- **Reference ([JSON/YAML](json-reference/), [XML](xml-reference/)):** Provides a detailed description of the structure and syntax for the model's information items organized hierarchically. Useful for understanding how to use information items within the model in the given format.
- **Index ([JSON/YAML](json-index/), [XML](xml-index/)):** Provides a listing of the model's information items organized by where they are used.
- **Definitions ([JSON/YAML](json-definitions/), [XML](xml-definitions/)):** Provides a reference for the XML Schema types and JSON Schema definitions derived from this model's [metaschema](https://github.com/usnistgov/OSCAL/blob/develop/src/metaschema/oscal_assessment-results). A metaschema is used to [express the model](/concepts/layer/overview/#modeling-approach) in a format agnostic way, that is then used to generate the XML and JSON Schema, XML <-> JSON content converters, and this reference documentation.
- **Definitions ([JSON/YAML](json-definitions/), [XML](xml-definitions/)):** Provides a reference for the XML Schema types and JSON Schema definitions derived from this model's [metaschema](https://github.com/usnistgov/OSCAL/blob/feature-metadata-actions-assembly-with-generated-schemas/src/metaschema/oscal_assessment-results). A metaschema is used to [express the model](/concepts/layer/overview/#modeling-approach) in a format agnostic way, that is then used to generate the XML and JSON Schema, XML <-> JSON content converters, and this reference documentation.
Loading

0 comments on commit 1ec511f

Please sign in to comment.