Skip to main content
Version: 0.4.0

DenylistConstraint

Compatible ValueType: text

Description

Defines a set of forbidden values. All values in the list are considered invalid.

Example 1

 constraint NoPrimaryColors oftype DenylistConstraint {
denylist: ["red", "blue", "yellow"];
}

Denies all primary colors.

Properties

denylist

Type Collection<text>