We have a YANG RPC similar to this:
rpc my-rpc {
description "My RPC Description";
...
In the OpenAPI output, we notice that the POST endpoint generated has canned message "operates on..."
We would expect the description "My RPC Description" to be carried over to this POST endpoint.