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