Method: JSONSchemer::Draft202012::Vocab::Applicator::AnyOf#parse
- Defined in:
- lib/json_schemer/draft202012/vocab/applicator.rb
#parse ⇒ Object
30 31 32 33 34 |
# File 'lib/json_schemer/draft202012/vocab/applicator.rb', line 30 def parse value.map.with_index do |subschema, index| subschema(subschema, index.to_s) end end |