Resolving External Components with Nested Components in NSwag for OpenAPI specs

I am using NSwag to generate a C# client from an OpenAPI spec

I want this spec to reference an external component schema which has nested references in its own file, but I have not been able to resolve the nested components

The paths are correct, and when I simplify the ref to not have nested references that does work

Please help thank you
Was this page helpful?