📄️ Capitalize
This rule checks that for the given (key), the first letter is capitalized for each sentence.
📄️ ColorCode
The content of key shall represent a color in RGB or HSL format with optional alpha channel.
📄️ Datetime
The value must be a valid date-time.
📄️ Encoding
The text of the given (key) shall be encoded in the specified (encoding).
📄️ JSON/schema matching
The value must be a valid JSON matching a JSON schema.
📄️ Length range
The length of the text associated with the given (key) shall be within a specified range.
📄️ Lowercase
The text of the (key) shall be all lowercase.
📄️ Max length
The text of the given (key) shall not be longer than the specified (maxLength).
📄️ No Profanity
The text of the given (key) shall not contain any profanity.
📄️ Regex
The value shall match the regex /validationRegex/regexFlags.
📄️ Uppercase
The text of the (key) shall be all uppercase.
📄️ XML/XSD matching
The value must be a valid XML matching an XSD.
📄️ YAML/schema matching
The value must be a valid YAML matching a YAML schema.