Skip to main content

Helm Schema Validation

Cyclops renders its UI based on the Helm chart JSON schema. JSON schema provides some fields to help with validations. Those fields are listed below, as well as whether or not Cyclops currently supports those.

Strings​

JSON schema reference

NameDescriptionSupported
minLengthminimum length of the field value✅
maxLengthminimum length of the field value✅
patternrestrict a string to a particular regular expression✅
formatallows for basic semantic identification of certain kinds of string values that are commonly used❌

Numeric​

JSON schema reference

NameDescriptionSupported
minimumminimum field value✅
maximummaximum field value✅
exclusiveMinimumexclusive minimum field value✅
exclusiveMaximumexclusive minimum field value✅
multipleOffield value has to be a multiple of✅