Redundant wrapper in schema created by cli?
In a Cloudflare worker project created from cli, I get a hono server created, and the response to TaskFetch endpoint is described with this openApi schema:
The endpoint returns this:
I'm trying to understand what does
series
in the schema means, because I don't see it in the response.
In the TaskList
endpoint there's also an additional wrapper:
both series
and result
do not appear to be part of the response.:
0 Replies