Home DescriptionIntent Class
DescriptionIntent Class
Cancel

DescriptionIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: DescriptionIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a description keyword.

Properties

NameTypeSummary
ValuestringThe value.

Constructors

DescriptionIntent(string value)

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

Declaration

1
public DescriptionIntent(string value)
ParameterTypeDescription
valuestringThe value.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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