Home IdIntent Class
IdIntent Class
Cancel

IdIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: IdIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create an $id keyword.

Properties

NameTypeSummary
IdUriThe URI to use as the schema’s ID.

Constructors

IdIntent(Uri uri)

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

Declaration

1
public IdIntent(Uri uri)

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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