Sha256: 77ae07468adf21258374c3ef3c33fb23a799f10a11e53253abcbe55f2330ac61
Contents?: true
Size: 344 Bytes
Versions: 11
Compression:
Stored size: 344 Bytes
Contents
require "json/schema/subset/dsl" require_relative "../../dsl" module Swagger class DSL < Hash class JsonSchema class SubsetDSL def self.dsl(&block) options = Swagger::DSL.current.config.dsl_options Json::Schema::Subset::DSL.new(options: options, &block).compile! end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems