![]() |
VOOZH | about |
FormatIntent Class
Namespace: Json.Schema.Generation.Intents
Inheritance: FormatIntent 🡒 object
Implemented interfaces:
Provides intent to create a format keyword.
| Name | Type | Summary |
|---|---|---|
| Format | Format | The format. |
Creates a new Json.Schema.Generation.Intents.FormatIntent instance.
1
public FormatIntent(Format format)
| Parameter | Type | Description |
|---|---|---|
| format | Format | The format. |
Applies the keyword to the Json.Schema.JsonSchemaBuilder.
1
public void Apply(JsonSchemaBuilder builder)
| Parameter | Type | Description |
|---|---|---|
| builder | JsonSchemaBuilder | The builder. |
A new version of content is available.