module Schema extend self def string [:string] end def contact [:hash, { open?: false }, [[:first_name, :string], [:last_name, :string], [:email, :string]]] end end