Steve Nay

Results 14 comments of Steve Nay

I didn't have any problems with the join command working and producing output. Of course, it complains if an input file has structural errors, but that's actually helpful, not a...

Okay, here's the infamous Pet Store broken into separate OAS definition files for pets, store, and users. I also created a petstore.intro.yaml file to contain just the intro fields that...

I'm sorry @SmoliyY and @tatomyr -- I didn't see this question until today. Since you know about the reason for the `_other` tags, I don't understand what other information you...

Hi @SmoliyY . Yes, I can still reproduce this issue. I joined some OAS definitions, each of which had only one tag. The resulting file has those tags plus an...

Here is a zip file containing two OAS files. If you join them, you should see two `_other` tags in the tags section. If there is something wrong in these...

Another way to do this might be with a clever handling of multiple tag values. If an operation has more than one tag, treat the first tag as a tag...

I would prefer a solution like x-tagGroups because it is specifically for documentation and would not affect other uses of tags. Code generators need to read the same OpenAPI files...

As a technical writer, I was really excited to start reading about this feature. Then I got to the Out of Scope section: "We will not be offering previews for...

That's a good question @tatomyr. I can see this scenario for error message schemas where you'd want to use the same schema for 400 errors, 404 errors, etc. Without thinking...

Okay, perhaps this isn't a bug, but the design might be open to question. My source file is using literal blocks with clip endings, and it gets converted to a...