MultipleOfAttribute public class MultipleOfAttribute : Attribute Attribute to set the multipleOf parameter of a JSON Schema. Documentation Code public double MultipleOf { get; } Gets the value whose modulo the the JSON value must be zero. public MultipleOfAttribute(double multipleOf) Initializes a new instance of the MultipleOfAttribute class.