module Dry::Schema
def self.JSON(**options, &block)
- Api: - public
Other tags:
- See: Schema#define -
Returns:
-
(Params)
-
def self.JSON(**options, &block) define(**options, processor_type: JSON, &block) end
(Params)
-
def self.JSON(**options, &block) define(**options, processor_type: JSON, &block) end