Home MinPropertiesIntent Class
MinPropertiesIntent Class
Cancel

MinPropertiesIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: MinPropertiesIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a minProperties keyword.

Properties

NameTypeSummary
ValueuintThe value.

Constructors

MinPropertiesIntent(uint value)

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

Declaration

1
public MinPropertiesIntent(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