# Functions

Capability validates the string value is a valid role capability.
IfParentDefined executes the given set of validators only if the parent of the attribute this validator is defined for is itself defined.
IsURL validates the given attribute is a valid URL of the form http[s]://host.tld If requiresHTTPS is true, the scheme must be https.
Name validates the string value is a valid Chainguard name.
UIDP validates the string value is a valid Chainguard UIDP.
ValidateStringFuncs executes the given set of ValidateStringFunc.
ValidRegExp validates the string value is a compilable regular expression.

# Type aliases

No description provided by the author