2 references to ChildObject
Sample (2)
Endpoints\MapSchemasEndpoints.cs (2)
39schemas.MapPost("/child", (ChildObject child) => Results.Ok(child)); 95public List<ChildObject> Children { get; set; } = [];