Home ItemsIntent Class
ItemsIntent Class
Cancel

ItemsIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: ItemsIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create an items keyword.

Properties

NameTypeSummary
ContextSchemaGenerationContextBaseThe context that represents the inner requirements.

Constructors

ItemsIntent(SchemaGenerationContextBase context)

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

Declaration

1
public ItemsIntent(SchemaGenerationContextBase context)
ParameterTypeDescription
contextSchemaGenerationContextBaseThe context.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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