# File lib/json-schema/attributes/limit.rb, line 109 def self.acceptable_type Hash end
# File lib/json-schema/attributes/limit.rb, line 121 def self.error_message(schema) "did not contain a minimum number of properties #{limit(schema)}" end
# File lib/json-schema/attributes/limit.rb, line 117 def self.limit_name 'minProperties' end
# File lib/json-schema/attributes/limit.rb, line 113 def self.value(data) data.size end