Skip to main content

BomIssue

Issue details.

type BomIssue {
description: String!
healthCheck: BomHealthCheck!
healthcheckDefinitionId: String! @deprecated
howToFix: String
severity: BomIssueSeverity!
waived: Boolean!
waivingToken: String
}

Fields

BomIssue.description ● String! non-null scalar

Description of the issue (e.g., *This part is RoHS Non-Compliant*).

BomIssue.healthCheck ● BomHealthCheck! non-null object

Health check definition.

BomIssue.healthcheckDefinitionId ● String! deprecated non-null scalar

DEPRECATED

Use healthCheck.healthCheckId instead.

Health check definition ID.

BomIssue.howToFix ● String scalar

Recommended action to address the issue produced by the health check (e.g., *Consider using a different Manufacturer Part Number*).

BomIssue.severity ● BomIssueSeverity! non-null enum

Severity of the issue.

BomIssue.waived ● Boolean! non-null scalar

Designates that the issue is waived.

BomIssue.waivingToken ● String scalar

A token whose value reflects the conditions that led to the issue. It changes if those conditions change significantly.