Sha256: 2cf6f729f9342e1f269161a5a9b226391387d422f6f0a8cc1487b0494a04d3ab
Contents?: true
Size: 304 Bytes
Versions: 15
Compression:
Stored size: 304 Bytes
Contents
require 'json-schema/attributes/limits/items' module JSON class Schema class MaxItemsAttribute < ItemsLimitAttribute def self.limit_name 'maxItems' end def self.error_message(schema) "had more items than the allowed #{limit(schema)}" end end end end
Version data entries
15 entries across 14 versions & 3 rubygems