2 writes to Not
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (1)
283
schema = new JsonSchema {
Not
= CreateTrueSchema() };
System\Text\Json\Serialization\Converters\Value\UnsupportedTypeConverter.cs (1)
24
new JsonSchema { Comment = "Unsupported .NET type",
Not
= JsonSchema.CreateTrueSchema() };
3 references to Not
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
111
Count(
Not
is not null);
218
if (
Not
is not null)
220
objSchema.Add(NotPropertyName,
Not
.ToJsonNode(options));