ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
617 stars 145 forks source link

fix: duplicate schema names #4437

Closed aatifsyed closed 2 weeks ago

aatifsyed commented 2 weeks ago

Summary of changes

Fixes this in our generated OpenRPC

{ "components": { "schemas": { "Cid": ..., "Cid2": ... } } }

Change checklist

ruseinov commented 2 weeks ago

Looks good to me apart from one minor nit.