Schema URL

Type: object

Properties

bomFormat string required

Specifies the format of the BOM. This helps to identify the file as CycloneDX since BOMs do not have a filename convention nor does JSON schema support namespaces.

Values: "CycloneDX"
specVersion string required

The version of the CycloneDX specification a BOM is written to (starting at version 1.2)

Examples: "1.3"
version integer required

The version allows component publishers/authors to make changes to existing BOMs to update various aspects of the document such as description or licenses. When a system is presented with multiple BOMs for the same component, the system should use the most recent version of the BOM. The default version is '1' and should be incremented for each version of the BOM that is published. Each version of a component should have a unique BOM and if no changes are made to the BOMs, then each BOM will have a version of '1'.

Default: 1
Examples: 1
serialNumber string

Every BOM generated should have a unique serial number, even if the contents of the BOM being generated have not changed over time. The process or tool responsible for creating the BOM should create random UUID's for every BOM generated.

Examples: "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"
pattern=^urn:uuid:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
metadata object
8 nested properties
timestamp string

The date and time (timestamp) when the document was created.

format=date-time
tools tool[]

The tool(s) used in the creation of the BOM.

The person(s) who created the BOM. Authors are common in BOMs created through manual processes. BOMs created through automated means may not have authors.

component object
23 nested properties
type string required

Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component.

Values: "application" "framework" "library" "container" "operating-system" "device" "firmware" "file"
Examples: "library"
name string required

The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery

Examples: "tomcat-catalina"
version string required

The component version. The version should ideally comply with semantic versioning but is not enforced.

Examples: "9.0.14"
mime-type string

The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.

Examples: "image/jpeg"
pattern=^[-+a-z0-9.]+/[-+a-z0-9.]+$
bom-ref string
supplier object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

author string

The person(s) or organization(s) that authored the component

Examples: "Acme Inc"
publisher string

The person(s) or organization(s) that published the component

Examples: "Acme Inc"
group string

The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.

Examples: "com.acme"
description string

Specifies a description for the component

scope string

Specifies the scope of the component. If scope is not specified, 'required' scope should be assumed by the consumer of the BOM

Default: "required"
Values: "required" "optional" "excluded"
hashes hash[]
licenses licenseChoice[]
copyright string

An optional copyright notice informing users of the underlying claims to copyright ownership in a published work.

Examples: "Acme Inc"
cpe string

DEPRECATED - DO NOT USE. This will be removed in a future version. Specifies a well-formed CPE name. See https://nvd.nist.gov/products/cpe

Examples: "cpe:2.3:a:acme:component_framework:-:*:*:*:*:*:*:*"
purl string
Examples: "pkg:maven/com.acme/[email protected]?packaging=jar"
swid object

Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.

7 nested properties
tagId string required

Maps to the tagId of a SoftwareIdentity.

name string required

Maps to the name of a SoftwareIdentity.

version string

Maps to the version of a SoftwareIdentity.

Default: "0.0"
tagVersion integer

Maps to the tagVersion of a SoftwareIdentity.

Default: 0
patch boolean

Maps to the patch of a SoftwareIdentity.

Default: false
text object

Specifies the metadata and content for an attachment.

url string

The URL to the SWID file.

format=iri-reference
modified boolean

DEPRECATED - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating is the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.

pedigree object

Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.

6 nested properties
ancestors component[]

Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.

descendants component[]

Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component.

variants component[]

Variants describe relations where the relationship between the components are not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other, or if they share a common ancestor.

commits commit[]

A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant.

patches patch[]

A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complimentary to commits or may be used in place of commits.

notes string

Notes, observations, and other non-structured commentary describing the components pedigree.

externalReferences externalReference[]
components component[]
uniqueItems=true
evidence object

Provides the ability to document evidence collected through various forms of extraction or analysis.

2 nested properties
licenses licenseChoice[]
copyright copyright[]
properties property[]

Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values.

manufacture object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

supplier object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

licenses licenseChoice[]
properties property[]

Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values.

components component[]
uniqueItems=true
services service[]
uniqueItems=true
externalReferences externalReference[]

External references provide a way to document systems, sites, and information that may be relevant but which are not included with the BOM.

dependencies dependency[]

Provides the ability to document dependency relationships.

uniqueItems=true
compositions compositions[]

Compositions describe constituent parts (including components, services, and dependency relationships) and their completeness.

uniqueItems=true

Definitions

refType string
metadata object
timestamp string

The date and time (timestamp) when the document was created.

format=date-time
tools tool[]

The tool(s) used in the creation of the BOM.

The person(s) who created the BOM. Authors are common in BOMs created through manual processes. BOMs created through automated means may not have authors.

component object
23 nested properties
type string required

Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component.

Values: "application" "framework" "library" "container" "operating-system" "device" "firmware" "file"
Examples: "library"
name string required

The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery

Examples: "tomcat-catalina"
version string required

The component version. The version should ideally comply with semantic versioning but is not enforced.

Examples: "9.0.14"
mime-type string

The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.

Examples: "image/jpeg"
pattern=^[-+a-z0-9.]+/[-+a-z0-9.]+$
bom-ref string
supplier object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

author string

The person(s) or organization(s) that authored the component

Examples: "Acme Inc"
publisher string

The person(s) or organization(s) that published the component

Examples: "Acme Inc"
group string

The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.

Examples: "com.acme"
description string

Specifies a description for the component

scope string

Specifies the scope of the component. If scope is not specified, 'required' scope should be assumed by the consumer of the BOM

Default: "required"
Values: "required" "optional" "excluded"
hashes hash[]
licenses licenseChoice[]
copyright string

An optional copyright notice informing users of the underlying claims to copyright ownership in a published work.

Examples: "Acme Inc"
cpe string

DEPRECATED - DO NOT USE. This will be removed in a future version. Specifies a well-formed CPE name. See https://nvd.nist.gov/products/cpe

Examples: "cpe:2.3:a:acme:component_framework:-:*:*:*:*:*:*:*"
purl string
Examples: "pkg:maven/com.acme/[email protected]?packaging=jar"
swid object

Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.

7 nested properties
tagId string required

Maps to the tagId of a SoftwareIdentity.

name string required

Maps to the name of a SoftwareIdentity.

version string

Maps to the version of a SoftwareIdentity.

Default: "0.0"
tagVersion integer

Maps to the tagVersion of a SoftwareIdentity.

Default: 0
patch boolean

Maps to the patch of a SoftwareIdentity.

Default: false
text object

Specifies the metadata and content for an attachment.

url string

The URL to the SWID file.

format=iri-reference
modified boolean

DEPRECATED - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating is the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.

pedigree object

Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.

6 nested properties
ancestors component[]

Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.

descendants component[]

Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component.

variants component[]

Variants describe relations where the relationship between the components are not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other, or if they share a common ancestor.

commits commit[]

A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant.

patches patch[]

A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complimentary to commits or may be used in place of commits.

notes string

Notes, observations, and other non-structured commentary describing the components pedigree.

externalReferences externalReference[]
components component[]
uniqueItems=true
evidence object

Provides the ability to document evidence collected through various forms of extraction or analysis.

2 nested properties
licenses licenseChoice[]
copyright copyright[]
properties property[]

Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values.

manufacture object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

supplier object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

licenses licenseChoice[]
properties property[]

Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values.

tool object

The tool used to create the BOM.

vendor string

The date and time (timestamp) when the document was created.

name string

The date and time (timestamp) when the document was created.

version string

The date and time (timestamp) when the document was created.

hashes hash[]

The hashes of the tool (if applicable).

organizationalEntity object
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

organizationalContact object
name string

The name of a contact

Examples: "Contact name"
email string

The email address of the contact.

Examples: "[email protected]"
phone string

The phone number of the contact.

Examples: "800-555-1212"
component object
type string required

Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component.

Values: "application" "framework" "library" "container" "operating-system" "device" "firmware" "file"
Examples: "library"
name string required

The name of the component. This will often be a shortened, single name of the component. Examples: commons-lang3 and jquery

Examples: "tomcat-catalina"
version string required

The component version. The version should ideally comply with semantic versioning but is not enforced.

Examples: "9.0.14"
mime-type string

The optional mime-type of the component. When used on file components, the mime-type can provide additional context about the kind of file being represented such as an image, font, or executable. Some library or framework components may also have an associated mime-type.

Examples: "image/jpeg"
pattern=^[-+a-z0-9.]+/[-+a-z0-9.]+$
bom-ref string
supplier object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

author string

The person(s) or organization(s) that authored the component

Examples: "Acme Inc"
publisher string

The person(s) or organization(s) that published the component

Examples: "Acme Inc"
group string

The grouping name or identifier. This will often be a shortened, single name of the company or project that produced the component, or the source package or domain name. Whitespace and special characters should be avoided. Examples include: apache, org.apache.commons, and apache.org.

Examples: "com.acme"
description string

Specifies a description for the component

scope string

Specifies the scope of the component. If scope is not specified, 'required' scope should be assumed by the consumer of the BOM

Default: "required"
Values: "required" "optional" "excluded"
hashes hash[]
licenses licenseChoice[]
copyright string

An optional copyright notice informing users of the underlying claims to copyright ownership in a published work.

Examples: "Acme Inc"
cpe string

DEPRECATED - DO NOT USE. This will be removed in a future version. Specifies a well-formed CPE name. See https://nvd.nist.gov/products/cpe

Examples: "cpe:2.3:a:acme:component_framework:-:*:*:*:*:*:*:*"
purl string
Examples: "pkg:maven/com.acme/[email protected]?packaging=jar"
swid object

Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.

7 nested properties
tagId string required

Maps to the tagId of a SoftwareIdentity.

name string required

Maps to the name of a SoftwareIdentity.

version string

Maps to the version of a SoftwareIdentity.

Default: "0.0"
tagVersion integer

Maps to the tagVersion of a SoftwareIdentity.

Default: 0
patch boolean

Maps to the patch of a SoftwareIdentity.

Default: false
text object

Specifies the metadata and content for an attachment.

3 nested properties
content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
url string

The URL to the SWID file.

format=iri-reference
modified boolean

DEPRECATED - DO NOT USE. This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified. A boolean value indicating is the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.

pedigree object

Component pedigree is a way to document complex supply chain scenarios where components are created, distributed, modified, redistributed, combined with other components, etc. Pedigree supports viewing this complex chain from the beginning, the end, or anywhere in the middle. It also provides a way to document variants where the exact relation may not be known.

6 nested properties
ancestors component[]

Describes zero or more components in which a component is derived from. This is commonly used to describe forks from existing projects where the forked version contains a ancestor node containing the original component it was forked from. For example, Component A is the original component. Component B is the component being used and documented in the BOM. However, Component B contains a pedigree node with a single ancestor documenting Component A - the original component from which Component B is derived from.

descendants component[]

Descendants are the exact opposite of ancestors. This provides a way to document all forks (and their forks) of an original or root component.

variants component[]

Variants describe relations where the relationship between the components are not known. For example, if Component A contains nearly identical code to Component B. They are both related, but it is unclear if one is derived from the other, or if they share a common ancestor.

commits commit[]

A list of zero or more commits which provide a trail describing how the component deviates from an ancestor, descendant, or variant.

patches patch[]

A list of zero or more patches describing how the component deviates from an ancestor, descendant, or variant. Patches may be complimentary to commits or may be used in place of commits.

notes string

Notes, observations, and other non-structured commentary describing the components pedigree.

externalReferences externalReference[]
components component[]
uniqueItems=true
evidence object

Provides the ability to document evidence collected through various forms of extraction or analysis.

2 nested properties
licenses licenseChoice[]
copyright copyright[]
properties property[]

Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values.

swid object

Specifies metadata and content for ISO-IEC 19770-2 Software Identification (SWID) Tags.

tagId string required

Maps to the tagId of a SoftwareIdentity.

name string required

Maps to the name of a SoftwareIdentity.

version string

Maps to the version of a SoftwareIdentity.

Default: "0.0"
tagVersion integer

Maps to the tagVersion of a SoftwareIdentity.

Default: 0
patch boolean

Maps to the patch of a SoftwareIdentity.

Default: false
text object

Specifies the metadata and content for an attachment.

3 nested properties
content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
url string

The URL to the SWID file.

format=iri-reference
attachment object

Specifies the metadata and content for an attachment.

content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
hash object
alg string required
Values: "MD5" "SHA-1" "SHA-256" "SHA-384" "SHA-512" "SHA3-256" "SHA3-384" "SHA3-512" "BLAKE2b-256" "BLAKE2b-384" "BLAKE2b-512" "BLAKE3"
content string required
Examples: "3942447fac867ae5cdb3229b658f4d48"
pattern=^([a-fA-F0-9]{32}|[a-fA-F0-9]{40}|[a-fA-F0-9]{64}|[a-fA-F0-9]{96}|[a-fA-F0-9]{128})$
hash-alg string
hash-content string
Examples:
  • "3942447fac867ae5cdb3229b658f4d48"
license object

A valid SPDX license ID

Examples: "Apache-2.0"
name string

If SPDX does not define the license used, this field may be used to provide the license name

Examples: "Acme Software License"
text object

Specifies the metadata and content for an attachment.

3 nested properties
content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
url string

The URL to the license file. If specified, a 'license' externalReference should also be specified for completeness

Examples: "https://www.apache.org/licenses/LICENSE-2.0.txt"
format=iri-reference
licenseChoice object
license object
One of: variant, variant
4 nested properties

A valid SPDX license ID

Examples: "Apache-2.0"
name string

If SPDX does not define the license used, this field may be used to provide the license name

Examples: "Acme Software License"
text object

Specifies the metadata and content for an attachment.

3 nested properties
content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
url string

The URL to the license file. If specified, a 'license' externalReference should also be specified for completeness

Examples: "https://www.apache.org/licenses/LICENSE-2.0.txt"
format=iri-reference
expression string
Examples: "Apache-2.0 AND (MIT OR GPL-2.0-only)", "GPL-3.0-only WITH Classpath-exception-2.0"
commit object

Specifies an individual commit

uid string

A unique identifier of the commit. This may be version control specific. For example, Subversion uses revision numbers whereas git uses commit hashes.

url string

The URL to the commit. This URL will typically point to a commit in a version control system.

format=iri-reference
author object

Specifies an individual commit

3 nested properties
timestamp string

The timestamp in which the action occurred

format=date-time
name string

The name of the individual who performed the action

email string

The email address of the individual who performed the action

format=idn-email
committer object

Specifies an individual commit

3 nested properties
timestamp string

The timestamp in which the action occurred

format=date-time
name string

The name of the individual who performed the action

email string

The email address of the individual who performed the action

format=idn-email
message string

The text description of the contents of the commit

patch object

Specifies an individual patch

type string required

Specifies the purpose for the patch including the resolution of defects, security issues, or new behavior or functionality

Values: "unofficial" "monkey" "backport" "cherry-pick"
diff object

The patch file (or diff) that show changes. Refer to https://en.wikipedia.org/wiki/Diff

2 nested properties
text object

Specifies the metadata and content for an attachment.

3 nested properties
content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
url string

Specifies the URL to the diff

format=iri-reference
resolves issue[]

A collection of issues the patch resolves

diff object

The patch file (or diff) that show changes. Refer to https://en.wikipedia.org/wiki/Diff

text object

Specifies the metadata and content for an attachment.

3 nested properties
content string required

The attachment data

contentType string

Specifies the content type of the text. Defaults to text/plain if not specified.

Default: "text/plain"
encoding string

Specifies the optional encoding the text is represented in.

Values: "base64"
url string

Specifies the URL to the diff

format=iri-reference
issue object

The patch file (or diff) that show changes. Refer to https://en.wikipedia.org/wiki/Diff

type string required

Specifies the type of issue

Values: "defect" "enhancement" "security"
id string

The identifier of the issue assigned by the source of the issue

name string

The name of the issue

description string

A description of the issue

source object

The source of the issue where it is documented

2 nested properties
name string

The name of the source. For example 'National Vulnerability Database', 'NVD', and 'Apache'

url string

The url of the issue documentation as provided by the source

format=iri-reference
references string[]

A collection of URL's for reference. Multiple URLs are allowed.

Examples: "https://example.com"
identifiableAction object

Specifies an individual commit

timestamp string

The timestamp in which the action occurred

format=date-time
name string

The name of the individual who performed the action

email string

The email address of the individual who performed the action

format=idn-email
externalReference object

Specifies an individual external reference

url string required

The URL to the external reference

format=iri-reference
type string required

Specifies the type of external reference. There are built-in types to describe common references. If a type does not exist for the reference being referred to, use the "other" type.

Values: "vcs" "issue-tracker" "website" "advisories" "bom" "mailing-list" "social" "chat" "documentation" "support" "distribution" "license" "build-meta" "build-system" "other"
comment string

An optional comment describing the external reference

hashes hash[]

The hashes of the external reference (if applicable).

dependency object

Defines the direct dependencies of a component. Components that do not have their own dependencies MUST be declared as empty elements within the graph. Components that are not represented in the dependency graph MAY have unknown dependencies. It is RECOMMENDED that implementations assume this to be opaque and not an indicator of a component being dependency-free.

ref string required
dependsOn refType[]

The bom-ref identifiers of the components that are dependencies of this dependency object.

uniqueItems=true
service object
name string required

The name of the service. This will often be a shortened, single name of the service.

Examples: "ticker-service"
bom-ref string
provider object
3 nested properties
name string

The name of the organization

Examples: "Example Inc."
url string[]

The URL of the organization. Multiple URLs are allowed.

Examples: "https://example.com"

A contact at the organization. Multiple contacts are allowed.

group string

The grouping name, namespace, or identifier. This will often be a shortened, single name of the company or project that produced the service or domain name. Whitespace and special characters should be avoided.

Examples: "com.acme"
version string

The service version.

Examples: "1.0.0"
description string

Specifies a description for the service

endpoints string[]

The endpoint URIs of the service. Multiple endpoints are allowed.

Examples: "https://example.com/api/v1/ticker"
authenticated boolean

A boolean value indicating if the service requires authentication. A value of true indicates the service requires authentication prior to use. A value of false indicates the service does not require authentication.

x-trust-boundary boolean

A boolean value indicating if use of the service crosses a trust zone or boundary. A value of true indicates that by using the service, a trust boundary is crossed. A value of false indicates that by using the service, a trust boundary is not crossed.

Specifies the data classification.

licenses licenseChoice[]
externalReferences externalReference[]
services service[]
uniqueItems=true
properties property[]

Provides the ability to document properties in a name-value store. This provides flexibility to include data not officially supported in the standard without having to use additional namespaces or create extensions. Unlike key-value stores, properties support duplicate names, each potentially having different values.

dataClassification object
flow string required
Values: "inbound" "outbound" "bi-directional" "unknown"
classification string required
dataFlow string
componentEvidence object

Provides the ability to document evidence collected through various forms of extraction or analysis.

licenses licenseChoice[]
copyright copyright[]
compositions object
aggregate string required
Default: "not_specified"
Values: "complete" "incomplete" "incomplete_first_party_only" "incomplete_third_party_only" "unknown" "not_specified"
assemblies string[]

The bom-ref identifiers of the components or services being described. Assemblies refer to nested relationships whereby a constituent part may include other constituent parts. References do not cascade to child parts. References are explicit for the specified constituent part only.

uniqueItems=true
dependencies string[]

The bom-ref identifiers of the components or services being described. Dependencies refer to a relationship whereby an independent constituent part requires another independent constituent part. References do not cascade to transitive dependencies. References are explicit for the specified dependency only.

uniqueItems=true
aggregateType string
property object
name string

The name of the property. Duplicate names are allowed, each potentially having a different value.

value string

The value of the property.