feat: add custom email type for validation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-05-28 22:04:54 +02:00
parent 3e2140fda7
commit 859f5f4497
Signed by: moritz
GPG key ID: 1020A035E5DD0824
4 changed files with 43 additions and 18 deletions

View file

@ -23,7 +23,8 @@ defmodule Mv.Membership.Property do
boolean: [type: :boolean],
date: [type: :date],
integer: [type: :integer],
string: [type: :string]
string: [type: :string],
email: [type: Mv.Membership.Email]
]
]
end