BomHealthCheck
Health check description.
type BomHealthCheck {
category: BomHealthCheckCategory!
description: String!
group: String
healthCheckId: String!
howToFix: String
label: String!
provider: BomHealthCheckProvider!
severity: BomHealthCheckSeverity!
}
Fields
BomHealthCheck.category ● BomHealthCheckCategory! non-null object
Category the health check belongs to (e.g., *Supply Chain*, *Manufacturer Lifecycles*).
BomHealthCheck.description ● String! non-null scalar
Description of the health check (e.g., *This part is RoHS Non-Compliant*).
BomHealthCheck.group ● String scalar
If set, designates the name of a group the health check belongs to. E.g., the group might be named *RoHS status*, and the descriptions of the health checks in the group might be *No*, *Yes with Exemption*, and *Unknown*.
BomHealthCheck.healthCheckId ● String! non-null scalar
Health check ID.
BomHealthCheck.howToFix ● String scalar
Recommended action to address the issue produced by the health check (e.g., *Consider using a different Manufacturer Part Number*).
BomHealthCheck.label ● String! non-null scalar
A concise label or tag for the health check. (e.g., *RoHS Non-Compliant*).
BomHealthCheck.provider ● BomHealthCheckProvider! non-null object
Provider of the health check.
BomHealthCheck.severity ● BomHealthCheckSeverity! non-null enum
Severity of the health check.