When creating a service that optionally returns a response (SomeResponse | None), the UI fails to generate the response schema.
Not sure if this is a python related issue, but I only noticed it with this SDK.
(Checked the generated openapi schema, the response type simply says true in the json)