8 references to CreateTrueSchema
Shared (8)
JsonSchemaExporter\JsonSchemaExporter.cs (7)
122
return CompleteSchema(ref state, JsonSchema.
CreateTrueSchema
());
438
schema = JsonSchema.
CreateTrueSchema
();
585
[typeof(object)] = _ => JsonSchema.
CreateTrueSchema
(),
632
[typeof(JsonDocument)] = _ => JsonSchema.
CreateTrueSchema
(),
633
[typeof(JsonElement)] = _ => JsonSchema.
CreateTrueSchema
(),
634
[typeof(JsonNode)] = _ => JsonSchema.
CreateTrueSchema
(),
635
[typeof(JsonValue)] = _ => JsonSchema.
CreateTrueSchema
(),
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
470
schema = new JsonSchema { Not = JsonSchema.
CreateTrueSchema
() };