# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
ExactlyOneChild returns an AttributeValidator which ensures that any configured attribute object has only one child attribute.
IsRFC3339 returns an AttributeValidator which ensures that any configured attribute value:
- Is a String.
IsDate returns an AttributeValidator which ensures that any configured attribute value:
- Is a String.
IsValidJSON returns an AttributeValidator which ensures that any configured attribute value:
- Is a String.
# Structs
No description provided by the author
JSONParseValidator validates if the provided value is of type string and can be parsed as JSON.
No description provided by the author