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