Michael Welch
Michael Welch
Primarily this is to fix the TypeError that is thrown if a parameter is missing any type information. Such an error makes it hard to debug your spec: ``` /openapi-snippet/openapi-to-har.js:441...
I'm working on fixes for the following: * If a parameter is missing a `type` and also missing `schema` then a TypeError is thrown: ```bash /openapi-snippet/openapi-to-har.js:441 'SOME_' + (param.type ||...
Per https://github.com/OAI/OpenAPI-Specification/issues/666 (and the spec) you can't use a `$ref` under an example. I however did do that (not realizing it wasn't correct) and "it worked". However, when I went...
Since this is a cli I was hoping I could just reference a `keywords.txt` file or `formats.txt` file, but it doesn't appear that's an option. I'll try try to follow...
We have a private repo so I can't share it with you. But we have two active branches going. Every Friday (or Monday) I merge from `v4` to `v5`. Four...
**Describe the problem to be solved** Implement x-tags as documented already: [x-tags](https://redocly.com/docs/api-reference-docs/specification-extensions/x-tags/) In testing we've found it not to work and the README does not list it as an extension...
Trying to figure out how to test my changes. 1. How to just test with a live repo 2. How to add unit tests to your project Regarding #1: It...
I struggled to figure out how to use factory-girl, because the tutorial and README make no mention of how the factory interacts with the model. What I learned is that...
Writing an issue just to send you a note. Just became aware of this project and if my work helped you at all, that's awesome. It was quite a mess...