Sha256: 68dc341fda545f1af2540e028909cf4de3724c583d10fbe0fbefe1494c5ef75b
Contents?: true
Size: 279 Bytes
Versions: 16
Compression:
Stored size: 279 Bytes
Contents
require 'json-schema/attributes/limits/numeric' module JSON class Schema class MaximumAttribute < NumericLimitAttribute def self.limit_name 'maximum' end def self.exclusive?(schema) schema['exclusiveMaximum'] end end end end
Version data entries
16 entries across 15 versions & 3 rubygems