diff --git a/json/schema/oscal_assessment-plan_schema.json b/json/schema/oscal_assessment-plan_schema.json index 3a985e4ad5..9c0d31abd9 100644 --- a/json/schema/oscal_assessment-plan_schema.json +++ b/json/schema/oscal_assessment-plan_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-ap-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-ap-schema.json", "$comment" : "OSCAL Assessment Plan Model: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_assessment-results_schema.json b/json/schema/oscal_assessment-results_schema.json index 34f4231c62..0656af5bcf 100644 --- a/json/schema/oscal_assessment-results_schema.json +++ b/json/schema/oscal_assessment-results_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-ar-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-ar-schema.json", "$comment" : "OSCAL Assessment Results Model: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_catalog_schema.json b/json/schema/oscal_catalog_schema.json index f1e6f3ded1..d145139aed 100644 --- a/json/schema/oscal_catalog_schema.json +++ b/json/schema/oscal_catalog_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-catalog-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-catalog-schema.json", "$comment" : "OSCAL Control Catalog Model: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_complete_schema.json b/json/schema/oscal_complete_schema.json index 001382ef17..baa8ac509b 100644 --- a/json/schema/oscal_complete_schema.json +++ b/json/schema/oscal_complete_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0/1.0.4/oscal-complete-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0/1.0.6/oscal-complete-schema.json", "$comment" : "OSCAL Unified Model of Models: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_component_schema.json b/json/schema/oscal_component_schema.json index 93ff5fb5ce..fef1792e0d 100644 --- a/json/schema/oscal_component_schema.json +++ b/json/schema/oscal_component_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-component-definition-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-component-definition-schema.json", "$comment" : "OSCAL Component Definition Model: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_poam_schema.json b/json/schema/oscal_poam_schema.json index 981ed25bcf..e37ced7806 100644 --- a/json/schema/oscal_poam_schema.json +++ b/json/schema/oscal_poam_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-poam-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-poam-schema.json", "$comment" : "OSCAL Plan of Action and Milestones (POA&M) Model: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_profile_schema.json b/json/schema/oscal_profile_schema.json index 4679e2053e..a6b69ada83 100644 --- a/json/schema/oscal_profile_schema.json +++ b/json/schema/oscal_profile_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-profile-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-profile-schema.json", "$comment" : "OSCAL Profile Model: JSON Schema", "type" : "object", "definitions" : diff --git a/json/schema/oscal_ssp_schema.json b/json/schema/oscal_ssp_schema.json index f1ad927623..209d03aaea 100644 --- a/json/schema/oscal_ssp_schema.json +++ b/json/schema/oscal_ssp_schema.json @@ -1,6 +1,6 @@ { "$schema" : "http://json-schema.org/draft-07/schema#", - "$id" : "http://csrc.nist.gov/ns/oscal/1.0.4/oscal-ssp-schema.json", + "$id" : "http://csrc.nist.gov/ns/oscal/1.0.6/oscal-ssp-schema.json", "$comment" : "OSCAL System Security Plan (SSP) Model: JSON Schema", "type" : "object", "definitions" : diff --git a/xml/schema/oscal_assessment-plan_schema.xsd b/xml/schema/oscal_assessment-plan_schema.xsd index ffe04b775c..e0e258e55b 100644 --- a/xml/schema/oscal_assessment-plan_schema.xsd +++ b/xml/schema/oscal_assessment-plan_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Assessment Plan Model - 1.0.4 + 1.0.6 oscal-ap

The OSCAL assessment plan format is used to describe the information typically provided by an assessor during the preparation for an assessment.

diff --git a/xml/schema/oscal_assessment-results_schema.xsd b/xml/schema/oscal_assessment-results_schema.xsd index ec651eb939..080e2d5c07 100644 --- a/xml/schema/oscal_assessment-results_schema.xsd +++ b/xml/schema/oscal_assessment-results_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Assessment Results Model - 1.0.4 + 1.0.6 oscal-ar

The OSCAL assessment results format is used to describe the information typically provided by an assessor following an assessment.

diff --git a/xml/schema/oscal_catalog_schema.xsd b/xml/schema/oscal_catalog_schema.xsd index a57f0cdf86..2ce94922e6 100644 --- a/xml/schema/oscal_catalog_schema.xsd +++ b/xml/schema/oscal_catalog_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Control Catalog Model - 1.0.4 + 1.0.6 oscal-catalog

The OSCAL Control Catalog format can be used to describe a collection of security controls and related control enhancements, along with contextualizing documentation and metadata. The root of the Control Catalog format is catalog.

diff --git a/xml/schema/oscal_complete_schema.xsd b/xml/schema/oscal_complete_schema.xsd index 09692388a2..e45ec05267 100644 --- a/xml/schema/oscal_complete_schema.xsd +++ b/xml/schema/oscal_complete_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Unified Model of Models - 1.0.4 + 1.0.6 oscal-complete

This format represents a combination of all of the OSCAL models.

diff --git a/xml/schema/oscal_component_schema.xsd b/xml/schema/oscal_component_schema.xsd index 614dc3534a..26515954b6 100644 --- a/xml/schema/oscal_component_schema.xsd +++ b/xml/schema/oscal_component_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Component Definition Model - 1.0.4 + 1.0.6 oscal-component-definition

The OSCAL Component Definition Model can be used to describe the implementation of controls in a component or a set of components grouped as a capability. A component can be either a technical component, or a documentary component. A technical component is a component that is implemented in hardware (physical or virtual) or software. A documentary component is a component implemented in a document, such as a process, procedure, or policy.

diff --git a/xml/schema/oscal_poam_schema.xsd b/xml/schema/oscal_poam_schema.xsd index 57456e8116..d6353a914b 100644 --- a/xml/schema/oscal_poam_schema.xsd +++ b/xml/schema/oscal_poam_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Plan of Action and Milestones (POA&M) Model - 1.0.4 + 1.0.6 oscal-poam

The OSCAL Plan of Action and Milestones (POA&M) format is used to describe the information typically provided by an assessor during the preparation for an assessment.

diff --git a/xml/schema/oscal_profile_schema.xsd b/xml/schema/oscal_profile_schema.xsd index 78955d6bcd..799ec71663 100644 --- a/xml/schema/oscal_profile_schema.xsd +++ b/xml/schema/oscal_profile_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL Profile Model - 1.0.4 + 1.0.6 oscal-profile

A profile designates a selection and configuration of controls from one or more catalogs, along with a series of operations over them. The topmost element in the OSCAL profile XML schema is profile.

diff --git a/xml/schema/oscal_ssp_schema.xsd b/xml/schema/oscal_ssp_schema.xsd index fb984dd809..f3e72007d7 100644 --- a/xml/schema/oscal_ssp_schema.xsd +++ b/xml/schema/oscal_ssp_schema.xsd @@ -5,11 +5,11 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" elementFormDefault="qualified" targetNamespace="http://csrc.nist.gov/ns/oscal/1.0" - version="1.0.4"> + version="1.0.6"> OSCAL System Security Plan (SSP) Model - 1.0.4 + 1.0.6 oscal-ssp

The OSCAL Control SSP format can be used to describe the information typically specified in a system security plan, such as those defined in NIST SP 800-18.