The standard way of dealing with OpenAPI specs in JS is json-schema-ref-parser[1], but it's no longer being actively maintained (strongly recommend reading Phil Sturgeon's post on that[2]). Therefore, we made this little package showing an alternative way of parsing an OpenAPI spec in JS.OpenAPI specs are somewhat more valuable now with LLMs, so I'm hoping this is useful to some folks out there struggling with json-schema-ref-parser.
[1]: https://github.com/APIDevTools/json-schema-ref-parser
[2]: https://philsturgeon.com/bundling-openapi-with-javascript/