Sha256: 7bd22123981e6d6f4741495f6155f036587432b696793a79bb9f0e30afc9891d
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 Bytes
Contents
require 'dry/validation/schema' module Dry module Validation class Schema::JSON < Schema configure do |config| config.input_processor = :json end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-validation-0.7.4 | lib/dry/validation/schema/json.rb |