Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/outputting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,14 @@ Supported CycloneDX Schema Versions

This library supports the following schema versions:

* 1.7 (XML, JSON) - the latest supported schema version
* 1.6 (XML, JSON)
* 1.5 (XML, JSON)
* 1.4 (XML, JSON)
* 1.3 (XML, JSON)
* 1.2 (XML, JSON)
* 1.0 (XML) - `(note, 1.1 schema version has no support for JSON)`
* 1.1 (XML) - `(note, 1.1 schema version has no support for JSON)`
* 1.2 (XML, JSON)
* 1.3 (XML, JSON)
* 1.4 (XML, JSON) - the latest supported schema version

Outputting to JSON
------------------
Expand Down
4 changes: 4 additions & 0 deletions docs/schema-support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ supported in prior versions of the CycloneDX schema.
Root Level Schema Support
-------------------------

This is a snapshot. See the API docs for the latest state.

+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
| Data Path | Supported? | Notes |
+============================+===============+===================================================================================================+
Expand Down Expand Up @@ -62,6 +64,8 @@ Root Level Schema Support
Internal Model Schema Support
-----------------------------

This is a snapshot. See the API docs for the latest state.

+----------------------------+---------------+----------------------------------------------------------------------------------------------+
| Internal Model | Supported? | Notes |
+============================+===============+==============================================================================================+
Expand Down
Loading