1 write to Not
Shared (1)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
430
schema = new JsonSchema {
Not
= JsonSchema.CreateTrueSchema() };
3 references to Not
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
262
Count(
Not
!= null);
378
if (
Not
!= null)
380
objSchema.Add(JsonSchemaConstants.NotPropertyName,
Not
.ToJsonNode(options));