Sha256: 56ad056e8a90da4133a62275e13a111cfc7d3cc45fa0e09751c4679b254a196a
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
require 'dry/schema/processor' module Dry module Schema # JSON schema type # # @see Processor # @see Schema.JSON # # @api public class JSON < Processor config.key_map_type = :stringified config.type_registry = config.type_registry.namespaced(:json) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-schema-0.2.0 | lib/dry/schema/json.rb |
dry-schema-0.1.1 | lib/dry/schema/json.rb |
dry-schema-0.1.0 | lib/dry/schema/json.rb |