Adam Altman

Results 178 comments of Adam Altman
trafficstars

Have you tried the `dereferenced` (`-d`) flag yet on the `bundle` command? https://redoc.ly/docs/cli/commands/bundle/ Edit: this won't work if the URLs can't be resolved. I misread this and thought you wanted...

This isn't a bug. The issue is you are running the recommended ruleset, which includes the [parameter-description rule](https://redocly.com/docs/cli/resources/built-in-rules/#parameter-description). You can use a configuration file, redocly.yaml, to turn off any rules...

I understand what you're saying, but the built-in rules particular perspective is that the parameter has a description, not that the parameter's schema has a description. This isn't really about...

Is using 3.1.0 out of the question? The `$schema` keyword can be used with 3.1.0 as far as I recall. > Validation failed with 91051 errors Also, I think this...

@jeremyfiel let us know if this works for you. I think this could be some good content too.

AJV validates JSON Schema. OAS 3.0 is not valid JSON Schema... consider some OpenAPI-specific features. OAS 3.0 is an extended subset of JSON Schema: - discriminator (not handled by JSON...

Note: https://ajv.js.org/guide/formats.html

I'm revisiting this old issue. I think one issue is this implies there is a components object with `x-some-ref` which doesn't seem like a valid property of components. ```yaml $ref:...

Also, we may want it to have a default value like application/json? Thoughts?

@andriyl can we add a default value of `application/json` for that `request-mime-type` rule?