Sha256: 6b3109376a18dbd8c834eb9694a86d0d41e3e50b6db56b9e726c56e90a195a64
Contents?: true
Size: 382 Bytes
Versions: 1
Compression:
Stored size: 382 Bytes
Contents
# frozen_string_literal: true 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) config.filter_empty_string = false end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dry-schema-1.1.0 | lib/dry/schema/json.rb |