# File lib/json-schema/attributes/properties.rb, line 6 def self.required?(schema, options) schema.fetch('required') { options[:strict] } end