Module: Render::JSONSchema

Defined in:
lib/render/json_schema.rb

Constant Summary collapse

CORE =
Schema.new("http://json-schema.org/draft-04/schema#")
HYPER =
Schema.new("http://json-schema.org/draft-04/hyper-schema#")
PROPERTIES =
[CORE.attributes.collect(&:name), HYPER.attributes.collect(&:name)].flatten.uniq