module JSON::SchemaBuilder::ClassMethods
Public Instance Methods
root(key)
click to toggle source
# File lib/json/schema_builder.rb, line 43 def root(key) @root_key = key end
# File lib/json/schema_builder.rb, line 43 def root(key) @root_key = key end