JSON::Schema::MinItemsAttribute
# File lib/json-schema/attributes/limit.rb, line 103 def self.error_message(schema) "had more items than the allowed #{limit(schema)}" end
# File lib/json-schema/attributes/limit.rb, line 99 def self.limit_name 'maxItems' end