Sha256: 3869ef051ff327da20a0ce4f8eeee6252f4715dbcd4fd239991c83e7b2878de9
Contents?: true
Size: 329 Bytes
Versions: 16
Compression:
Stored size: 329 Bytes
Contents
require 'json-schema/attributes/limits/properties' module JSON class Schema class MaxPropertiesAttribute < PropertiesLimitAttribute def self.limit_name 'maxProperties' end def self.error_message(schema) "had more properties than the allowed #{limit(schema)}" end end end end
Version data entries
16 entries across 15 versions & 3 rubygems