Programs

INFO

Precheck Programs that the HPD was checked against on the Builder. Is shown as aligned or not aligned if the program didn't pass

Programs is an array. Each element is a single program the HPD was prechecked against, together with the outcome of that precheck in PreCheckResults.

Programs is null for HPDs that were never prechecked against any program, so consumers must null-check before iterating.

Structure

json
"Programs": [
    {
        "Created": "<date>",
        "Id": "<int>",
        "Name": "<string>",
        "Organization": "<string>",
        "PreCheckResults": "<object>",
        "Score": "<string>",
        "Updated": "<date>",
        "Version": "<date>"
    }
]

Created

  • type: <date>
  • Nullable: true
  • default: null

Id

  • type: <int>
  • Nullable: false
  • Definition: Identifier of the program record.

Name

  • type: <string>
  • Nullable: false
  • Definition: Name of the program the HPD was prechecked against, e.g. "Cradle to Cradle Certified® v4.1", "RESET", "Washington Buy Clean and Buy Fair".

Organization

  • type: <string>
  • Nullable: true
  • default: null
  • Definition: Organization that owns the program.

PreCheckResults

  • type: <object>
  • Nullable: true
  • default: null
  • related: PreCheck Results
  • Definition: The outcome of the precheck of this HPD against the program, broken down by required and preferred expectations.

Score

  • type: <string>
  • Nullable: false
  • Values: Aligned, Not Aligned
  • Definition: Overall precheck outcome for the program.

TIP

To evaluate alignment per expectation tier, read PreCheckResults.Required.Alignment and PreCheckResults.Preferred.Alignment rather than Score. A program can be aligned on its required tier while the preferred tier is not aligned, and Score collapses both into a single value.

Updated

  • type: <date>
  • Nullable: true
  • default: null

Version

  • type: <date>
  • Nullable: true
  • default: null
  • Definition: Version of the program the precheck was run against.
©2026. Health Product Declaration Collaborative, Inc. All Rights Reserved.