10 references to Any
Microsoft.AspNetCore.OpenApi (10)
Schemas\JsonSchemaMapper\JsonSchemaMapper.cs (10)
252JsonSchemaType schemaType = JsonSchemaType.Any; 367schemaType = JsonSchemaType.Any; // reset the parent setting 555if (schemaType != JsonSchemaType.Any && 721JsonSchemaType schemaType = JsonSchemaType.Any, 832JsonSchemaType.Any => null, 893[typeof(object)] = new(JsonSchemaType.Any), 930[typeof(JsonDocument)] = new(JsonSchemaType.Any), 931[typeof(JsonElement)] = new(JsonSchemaType.Any), 932[typeof(JsonNode)] = new(JsonSchemaType.Any), 933[typeof(JsonValue)] = new(JsonSchemaType.Any),