Returns a new instance of Schema.
11 12 13 14
# File 'lib/json/schema_builder/schema.rb', line 11 def initialize(hash = {}, entities = nil) @data = hash.with_indifferent_access @entities = Array(entities) end