Class: JSON::Schema::MultipleOfAttribute
- Inherits:
-
DivisibleByAttribute
- Object
- Attribute
- DivisibleByAttribute
- JSON::Schema::MultipleOfAttribute
- Defined in:
- lib/json-schema/attributes/multipleof.rb
Constant Summary
Constants inherited from Attribute
Attribute::TYPE_CLASS_MAPPINGS
Class Method Summary collapse
Methods inherited from DivisibleByAttribute
Methods inherited from Attribute
build_fragment, data_valid_for_type?, type_of_data, validate, validation_error, validation_errors
Class Method Details
.keyword ⇒ Object
6 7 8 |
# File 'lib/json-schema/attributes/multipleof.rb', line 6 def self.keyword 'multipleOf' end |