class JSON::Schema::MultipleOfAttribute

Public Class Methods

keyword() click to toggle source
# File lib/json-schema/attributes/multipleof.rb, line 6
def self.keyword
  'multipleOf'
end