Steven Serrata

Results 215 comments of Steven Serrata

Hi @valp0, I haven't had a chance to look into this but I was wondering if you've already experimented with inputting a JSON or object literal as the input value,...

Hi @IanVS, OpenAPI 3.1 definitely isn't supported, yet. FWIW, there are tools that will down convert to from 3.1 to 3.0 but there could be loss of features in the...

> What would you think about making that clearer in the README? Maybe just change 3.x to 3.0? I agree, that could definitely help make it clearer. Hi @stefan-schweiger, support...

Hi @jasikpark, it really depends. We use external libraries for parsing so it would really come down to: * How well those libraries support OpenAPI 3.1 * Which unique OpenAPI...

Hi @IanVS, I checked and there is a more recent release of `@redocly/openapi-core` that we can upgrade to. I tested a few OpenAPI 3.1 specs with our plugin and it...

Hi @IanVS, I was wondering if you've had a chance to test the new `@redocly/openapi-core` parser?

The new parser is also available for 2.1.3 (introduced in 2.1.1).

@mason-at-pieces the plan is to continue working toward a stable release with Docusaurus v3 support, although that can be a moving target at times. Merges to this branch/PR automatically deploy...

Hi @Gijsdeman, thanks for reporting. The `variant` is currently a required property. We'll update the examples in the documentation.

Actually, it seems that it's only "required" once the default order is changed. This smells more like a bug. We'll investigate a bit more and will keep you updated.