Exemplo n.º 1
0
 /// <summary>
 /// Applies the keyword to the <see cref="JsonSchemaBuilder"/>.
 /// </summary>
 /// <param name="builder">The builder.</param>
 public void Apply(JsonSchemaBuilder builder)
 {
     builder.Minimum(Value);
 }