1 instantiation of ModelWithDefaults
Sample (1)
Endpoints\MapSchemasEndpoints.cs (1)
68
schemas.MapGet("/optional-with-default", () => TypedResults.Ok(new
ModelWithDefaults
()));