Seeking Guidance on Documenting Effect-RPC API for Third-Party Clients

Hi folks! Say, I would like to use Effect-RPC to create a new version of our API. API serves both frontend as well as 3-rd party clients hence API documentation is a functional requirement. I know RPC uses schemas for responses and errors, but afaik by itself not introspectable. How would you go about such a task?
Was this page helpful?