class Dry::Schema::JSONSchema::SchemaCompiler

def visit(node, opts = EMPTY_HASH)

Other tags:
    Api: - private
def visit(node, opts = EMPTY_HASH)
  meth, rest = node
  public_send(:"visit_#{meth}", rest, opts)
end