ruby-jsonchema
ruby-jsonchema copied to clipboard
accept the "required" attribute instead of "optional"
According to jsonschema IETF draft-03, the optional attribute was replaced with the required attribute (default is required=false).