Module: Expressir::Express::SchemaHeadFormatter

Defined in:
lib/expressir/express/schema_head_formatter.rb

Overview

Formatter module - format schema as schema head only

Examples:

Include into Formatter subclass

formatter = Class.new(Expressir::Express::Formatter) do
  include Expressir::Express::SchemaHeadFormatter
end