class Dry::Schema::Macros::DSL

def hash(...)

Other tags:
    Api: - public
def hash(...)
  append_macro(Macros::Hash) do |macro|
    macro.call(...)
  end
end