Sha256: 4bd221ecc715888f14bf2a113a325c1e81b6d0b2ab386a4fbf3545a585a6031c
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 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) end end end
Version data entries
5 entries across 5 versions & 1 rubygems