DryValidation.Types.String (dry_validation v1.0.1)

Represents a string type.

DryValidation.schema do
  required :name, Types.String
end