String
String
The string
model in Zilla is a schema definition used to represent textual data in configurations. It allows specifying constraints such as pattern
(a regular expression for validation), minLength
, and maxLength
to control the allowed input format and size that ensures that string values conform to expected formats.
model: string
encoding: utf_8
minLength: 1
maxLength: 100
pattern: ^wait=\d+$