2 writes to Not
System.Text.Json (2)
System\Text\Json\Schema\JsonSchema.cs (1)
282
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)
122
Count(
Not
!= null);
227
if (
Not
!= null)
229
objSchema.Add(NotPropertyName,
Not
.ToJsonNode(options));