Home MinLengthIntent Class
MinLengthIntent Class
Cancel

MinLengthIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: MinLengthIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a minLength keyword.

Properties

NameTypeSummary
ValueuintThe value.

Constructors

MinLengthIntent(uint value)

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

Declaration

1
public MinLengthIntent(uint value)
ParameterTypeDescription
valueuintThe value.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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