class Dry::Schema::JSONSchema::SchemaCompiler
def visit_and(node, opts = EMPTY_HASH)
- Api: - private
def visit_and(node, opts = EMPTY_HASH) left, right = node # We need to know the type first to apply filled macro if left[1][0] == :filled? visit(right, opts) visit(left, opts) else visit(left, opts) visit(right, opts) end end