module Dry::Schema

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

Other tags:
    Api: - public

Other tags:
    See: Schema#define -

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