module Jsonschema::Generator
Constants
- ROOT_TITLE
- VERSION
Public Class Methods
call(json)
click to toggle source
# File lib/jsonschema/generator.rb, line 14 def call(json) Draft07.new(json).call end
# File lib/jsonschema/generator.rb, line 14 def call(json) Draft07.new(json).call end