module Dry::Schema::Info::SchemaMethods

def info

Other tags:
    Api: - public

Returns:
  • (HashHash>) -
def info
  compiler = SchemaCompiler.new
  compiler.call(to_ast)
  compiler.to_h
end