I wasn’t sure where to put this, so I’m putting it here.
I was using the Fly Machines OpenAPI spec to autogenerate a Rust client for a custom load balancer I’m working on. However, I found a few inconsistencies that prevented successful generation. I’m pretty sure it’s autoconverted from Swagger 2.0 and is thus missing a few features. I wrote a quick script that automatically fixes any inconsistencies I found. The script is here and the fixed spec is here.
Hoping this might be useful to anyone facing any issues!