Home FormatIntent Class
FormatIntent Class
Cancel

FormatIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: FormatIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a format keyword.

Properties

NameTypeSummary
FormatFormatThe format.

Constructors

FormatIntent(Format format)

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

Declaration

1
public FormatIntent(Format format)
ParameterTypeDescription
formatFormatThe format.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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