class Dry::Schema::JSONSchema::SchemaCompiler

def visit_not(node, opts = EMPTY_HASH)

Other tags:
    Api: - private
def visit_not(node, opts = EMPTY_HASH)
  _name, rest = node
  visit_predicate(rest, opts)
end