Home MinimumIntent Class
MinimumIntent Class
Cancel

MinimumIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: MinimumIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a minimum keyword.

Properties

NameTypeSummary
ValuedecimalThe value.

Constructors

MinimumIntent(decimal value)

Creates a new Json.Schema.Generation.Intents.MinimumIntent instance.

Declaration

1
public MinimumIntent(decimal value)
ParameterTypeDescription
valuedecimalThe value.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

1
public void Apply(JsonSchemaBuilder builder)
ParameterTypeDescription
builderJsonSchemaBuilderThe builder.
Contents