module Dry::Schema

def self.JSON(**options, &block)

Other tags:
    Api: - public

Returns:
  • (JSON) -
def self.JSON(**options, &block)
  define(**options, processor_type: JSON, &block)
end