Skip to content

Commit a498faa

Browse files
committed
doc: poor merge resolved
Signed-off-by: Paul Horton <[email protected]>
1 parent 577a35e commit a498faa

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

docs/schema-support.rst

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,19 @@ The following sub-sections aim to explain what support this library provides and
2121
by calling out support for data as defined in the latest CycloneDX standard specification, regardless of whether it is
2222
supported in prior versions of the CycloneDX schema.
2323

24+
Root Level Schema Support
25+
-------------------------
26+
2427
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
2528
| Data Path | Supported? | Notes |
2629
+============================+===============+===================================================================================================+
2730
| ``bom[@version]`` | Yes | |
2831
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
2932
| ``bom[@serialNumber]`` | Yes | |
3033
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
31-
| ``bom.metadata`` | Yes | |
34+
| ``bom.metadata`` | Yes | Not supported: ``lifecycles`` |
3235
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
33-
| ``bom.components`` | Yes | Not supported: ``modified`` (as it is deprecated), ``signature``. |
36+
| ``bom.components`` | Yes | Not supported: ``modified`` (as it is deprecated), ``modelCard``, ``data``, ``signature``. |
3437
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
3538
| ``bom.services`` | Yes | Not supported: ``signature``. |
3639
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
@@ -56,5 +59,22 @@ supported in prior versions of the CycloneDX schema.
5659
| ``bom.signature`` | No | |
5760
+----------------------------+---------------+---------------------------------------------------------------------------------------------------+
5861

62+
Internal Model Schema Support
63+
-----------------------------
64+
65+
+----------------------------+---------------+----------------------------------------------------------------------------------------------+
66+
| Internal Model | Supported? | Notes |
67+
+============================+===============+==============================================================================================+
68+
| ``ComponentEvidence`` |Yes | Not currently supported: ``callstack``, ``identity``, ``occurrences``. |
69+
+----------------------------+---------------+----------------------------------------------------------------------------------------------+
70+
| ``DisjunctiveLicense`` |Yes | Not currently supported: ``@bom-ref``, ``licensing``, ``properties``. |
71+
+----------------------------+---------------+----------------------------------------------------------------------------------------------+
72+
| ``LicenseExpression`` |Yes | Not currently supported: ``@bom-ref`` |
73+
+----------------------------+---------------+----------------------------------------------------------------------------------------------+
74+
| ``OrganizationalContact`` |Yes | Not currently supported: ``@bom-ref`` |
75+
+----------------------------+---------------+----------------------------------------------------------------------------------------------+
76+
| ``OrganizationalEntity`` |Yes | Not currently supported: ``@bom-ref`` |
77+
+----------------------------+---------------+----------------------------------------------------------------------------------------------+
5978

6079
.. _schema specification bug 130: https://github.com/CycloneDX/specification/issues/130
80+

0 commit comments

Comments
 (0)