JSON::Schema::MinLengthAttribute
# File lib/json-schema/attributes/limit.rb, line 75 def self.error_message(schema) "was not of a maximum string length of #{limit(schema)}" end
# File lib/json-schema/attributes/limit.rb, line 71 def self.limit_name 'maxLength' end