Home RefIntent Class
RefIntent Class
Cancel

RefIntent Class

Namespace: Json.Schema.Generation.Intents

Inheritance: RefIntent 🡒 object

Implemented interfaces:

  • ISchemaKeywordIntent

Provides intent to create a $ref keyword.

Properties

NameTypeSummary
ReferenceUriThe reference.

Constructors

RefIntent(Uri reference)

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

Declaration

1
public RefIntent(Uri reference)
ParameterTypeDescription
referenceUriThe reference.

Methods

Apply(JsonSchemaBuilder builder)

Applies the keyword to the Json.Schema.JsonSchemaBuilder.

Declaration

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