@@ -29,9 +29,25 @@ Responsibilities
2929Capabilities
3030============
3131
32- * Enums for the following use cases:
33- * Data models for the following use cases:
32+ * Enums and Data models for the following use cases:
33+ * :mod: `Bom and Metadata <cyclonedx.model.bom> `
34+ * :mod: `BomRef <cyclonedx.model.bom_ref> `
35+ * :mod: `Component, Evidence, Patch, Pedigree, and more <cyclonedx.model.component> `
36+ * :mod: `Organizational Contact and Entity <cyclonedx.model.contact> `
37+ * :mod: `Cryptographic properties and more <cyclonedx.model.crypto> `
38+ * :mod: `Definition and Standard <cyclonedx.model.definition> `
39+ * :mod: `Dependency <cyclonedx.model.dependency> `
40+ * :mod: `Impact and related Analysis <cyclonedx.model.impact_analysis> `
41+ * :mod: `Issue <cyclonedx.model.issue> `
42+ * :mod: `License Named, SPDX, Expression, and more <cyclonedx.model.license> `
43+ * :mod: `Lifecycle <cyclonedx.model.lifecycle> `
44+ * :mod: `Release Notes <cyclonedx.model.release_note> `
45+ * :mod: `Service <cyclonedx.model.service> `
46+ * :mod: `Tool <cyclonedx.model.tool> `
47+ * :mod: `Vulnerability and related Analysis <cyclonedx.model.vulnerability> `
48+ * :mod: `Attachment Copyright, DataFlow, ExternalReference, Hash, Property, and more <cyclonedx.model> `
3449* Factories for the following use cases:
50+ * Create data models from any license descriptor string
3551* Builders for the following use cases:
3652 * Build a :class: `Component <cyclonedx.model.component.Component> ` data model that represents this library
3753 * Build a :class: `Tool <cyclonedx.model.tool.Tool> ` data model that represents this library
0 commit comments