IJsonSchemaResultsCollector.IgnoredKeyword Method
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Overloads
| Method | Description |
|---|---|
| IgnoredKeyword(JsonSchemaMessageProvider, ReadOnlySpan<byte>) | Indicates that a schema keyword was ignored. |
| IgnoredKeyword(TProviderContext, JsonSchemaMessageProvider<TProviderContext>, ReadOnlySpan<byte>) | Indicates that a schema keyword was ignored. |
IgnoredKeyword(JsonSchemaMessageProvider, ReadOnlySpan<byte>)
Source: IJsonSchemaResultsCollector.cs
Indicates that a schema keyword was ignored.
public abstract void IgnoredKeyword(JsonSchemaMessageProvider messageProvider, ReadOnlySpan<byte> encodedKeyword)
Parameters
| Name | Type | Description |
|---|---|---|
messageProvider |
JsonSchemaMessageProvider |
The (optional) provider for a JSON schema evaluation message. |
encodedKeyword |
ReadOnlySpan<byte> |
The keyword that is ignored. |
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
IgnoredKeyword(TProviderContext, JsonSchemaMessageProvider<TProviderContext>, ReadOnlySpan<byte>)
Source: IJsonSchemaResultsCollector.cs
Indicates that a schema keyword was ignored.
public abstract void IgnoredKeyword<TProviderContext>(TProviderContext providerContext, JsonSchemaMessageProvider<TProviderContext> messageProvider, ReadOnlySpan<byte> encodedKeyword)
Parameters
| Name | Type | Description |
|---|---|---|
providerContext |
TProviderContext |
The context to provide to the message provider. |
messageProvider |
JsonSchemaMessageProvider<TProviderContext> |
The (optional) provider for a JSON schema evaluation message. |
encodedKeyword |
ReadOnlySpan<byte> |
The keyword that is ignored. |
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue