Could create a Rake task that can read in the schemas and export to an OpenAPI spec:
rake typed_params:export[<format>]
One caveat here would be that this only documents requests, not responses. But responses could always be filled in afterwards using schemas, so I think it's still worth exploring.