lib/dry/schema/json.rb in dry-schema-0.6.0 vs lib/dry/schema/json.rb in dry-schema-1.0.0
- old
+ new
@@ -5,10 +5,10 @@
module Dry
module Schema
# JSON schema type
#
# @see Processor
- # @see Schema.JSON
+ # @see Schema#JSON
#
# @api public
class JSON < Processor
config.key_map_type = :stringified
config.type_registry = config.type_registry.namespaced(:json)