Skip to content

Commit

Permalink
Adding 1.0.2 reference docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Mar 21, 2022
1 parent 0756c02 commit b9695da
Show file tree
Hide file tree
Showing 73 changed files with 981,930 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/content/reference/1.0.2/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "OSCAL v1.0.2 Reference"
summary: "1.0.2"
layout: reference-release
weight: 70
sidenav:
title: 1.0.2
focusrenderdepth: 1
activerenderdepth: -1
inactiverenderdepth: 1
debug: false
oscal:
type: "tag"
branch: "v1.0.2"
revision: "1.0.2"
version: "1.0.2"
---
22 changes: 22 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Assessment Plan Model v1.0.2 Reference"
summary: "Assessment Plan Model"
weight: 20
suppresstopiclist: true
sidenav:
title: Assessment Plan Model
focusrenderdepth: 1
activerenderdepth: -1
inactiverenderdepth: 1
---

<p><span class="usa-tag">Release Version</span> OSCAL v1.0.2</p>
<p><span class="usa-tag">Github</span> <a href="https://github.com/usnistgov/OSCAL">usnistgov/OSCAL</a> <span class="usa-tag">Tag</span> <a href="https://github.com/usnistgov/OSCAL/tree/v1.0.2">v1.0.2</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/v1.0.2/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.
12,135 changes: 12,135 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/json-definitions.md

Large diffs are not rendered by default.

1,502 changes: 1,502 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/json-index.md

Large diffs are not rendered by default.

4,626 changes: 4,626 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/json-outline.md

Large diffs are not rendered by default.

21,737 changes: 21,737 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/json-reference.md

Large diffs are not rendered by default.

12,112 changes: 12,112 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/xml-definitions.md

Large diffs are not rendered by default.

1,489 changes: 1,489 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/xml-index.md

Large diffs are not rendered by default.

3,065 changes: 3,065 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/xml-outline.md

Large diffs are not rendered by default.

22,764 changes: 22,764 additions & 0 deletions docs/content/reference/1.0.2/assessment-plan/xml-reference.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Assessment Results Model v1.0.2 Reference"
summary: "Assessment Results Model"
weight: 20
suppresstopiclist: true
sidenav:
title: Assessment Results Model
focusrenderdepth: 1
activerenderdepth: -1
inactiverenderdepth: 1
---

<p><span class="usa-tag">Release Version</span> OSCAL v1.0.2</p>
<p><span class="usa-tag">Github</span> <a href="https://github.com/usnistgov/OSCAL">usnistgov/OSCAL</a> <span class="usa-tag">Tag</span> <a href="https://github.com/usnistgov/OSCAL/tree/v1.0.2">v1.0.2</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/v1.0.2/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.
12,821 changes: 12,821 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/json-definitions.md

Large diffs are not rendered by default.

3,185 changes: 3,185 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/json-index.md

Large diffs are not rendered by default.

11,710 changes: 11,710 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/json-outline.md

Large diffs are not rendered by default.

54,654 changes: 54,654 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/json-reference.md

Large diffs are not rendered by default.

12,801 changes: 12,801 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/xml-definitions.md

Large diffs are not rendered by default.

3,181 changes: 3,181 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/xml-index.md

Large diffs are not rendered by default.

7,502 changes: 7,502 additions & 0 deletions docs/content/reference/1.0.2/assessment-results/xml-outline.md

Large diffs are not rendered by default.

Loading

0 comments on commit b9695da

Please sign in to comment.