Referenced Parameters compiling to Object instead of Array #155
Labels
bug
Something isn't working
needs investigation
Work is needed to figure out the root cause of the problem.
I am having an issue with parameters being compiled as an object instead of an array. This is invalid OpenAPI.
I am using references heavily.
I have many different yaml files that are referenced by the primary spec so it is easy to maintain.
Each endpoint has parameters, which usually point to another file since they are used everywhere.
When a parameter reference points to something within the same file, the compiled parameter
Example Code (one of the referenced files) that does not work. It compiles to an object that has numbered keys.
Example Code (one of the referenced files) that does work. It compiles to an array.
The text was updated successfully, but these errors were encountered: