JSON::Schema::MinPropertiesAttribute
# File lib/json-schema/attributes/limit.rb, line 131 def self.error_message(schema) "had more properties than the allowed #{limit(schema)}" end
# File lib/json-schema/attributes/limit.rb, line 127 def self.limit_name 'maxProperties' end