OSCAL 1.0.3 Release #1245
david-waltermire
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Note: This release contains defective JSON schemas that are missing required regular expressions. This has been corrected in the OSCAL 1.0.4 release. Please use the 1.0.4 release instead of this release.
What's Changed
token
datatype to avoid problematic character references metaschema#181 Rolled back token datatype to avoid problematic character referencesassessment-common
metaschema only. (PR Grammar fixes toassessment-common
metaschema #1224) @guyzylmaster
branch was renamedmain
) #1198 Replaced master with main in the git-cheat-sheet.md file' (PR for issue 1198 #1200) @iMichaelaimport-profile
#1227) @david-waltermire-nistmain
branch instead ofmaster
branch. (PR Fix GitHub links pointing tomaster
branch #1225) @guyzylworkflow_call
Conditional Cheecks #1236) @aj-stein-nistNotable Changes
To fix a number of data type related issues, the underlying type system used in the generated OSCAL XML and JSON schemas was replaced. This change resulted in different names for simple and complex types for data types in XML schemas and some adjustments in data type definitions in JSON schemas. This may cause some issues with schema binding approaches that generate code from the XML or JSON schemas. In such instances, you may need to further customize your binding configurations or make some code adjustments resulting from differently generated code.
Full Changelog: v1.0.2...v1.0.3
This discussion was created from the release OSCAL 1.0.3 Release.
Beta Was this translation helpful? Give feedback.
All reactions