Amartus / yang2swagger

Yang to swagger generator
Eclipse Public License 1.0
32 stars 21 forks source link

RPC descriptions are not being carried over to OpenAPI spec #66

Open jcushner opened 1 year ago

jcushner commented 1 year ago

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.