Class RequirementGroup<R>

A requirement group is a set of requirements that must be fulfilled together to validate a criterion.

Type parameters

  • <R>: Requirement = Requirement

    A list of requirements which must all be satisfied for the requirement group to be met.

Constructors

Properties

Constructors

constructor

Properties

description Optional

: undefined | string

A description of this requirement group. Structured information should be provided in the requirements array.

id

: string

The identifier for this requirement group. It must be unique and cannot change within the Open Contracting Process it is part of (defined by a single ocid). See the identifier guidance for further details.

requirements

: R[]

A list of requirements which must all be satisfied for the requirement group to be met.

Generated using TypeDoc. Made by uStudio Company with ❤️