Copy Count Constraint

Definition and Information Model

Note

This data class is at a trial use maturity level and may change in future releases. Maturity levels are described in the GKS Maturity Model.

Computational Definition

The exact or range of copies that members of this categorical variant must satisfy.

Information Model

Some CopyCountConstraint attributes are inherited from Constraint.

Field

Flags

Type

Limits

Description

type

string

1..1

MUST be “CopyCountConstraint”

copies

integer | Range

1..1

The precise value or range of copies members of this categorical variant must satisfy.

Examples

The following are example implementations of CopyCountConstraint:

3 copies
      {
         "type": "CopyCountConstraint",
         "copies": 3
      },

Implementation Guidance