Andrew Tatomyr
Andrew Tatomyr
Hi @Luo-Yuwen, What kind of issue do you have? How do you use **Redocly CLI** with **Bootstrap**? Could you provide steps to reproduce the issue?
Hi @mkucharek! Thank you for noticing this.
Thanks for creating the issue. This most likely is coming from AJV and is related to the way JavaScript handles math operations for floating point numbers. See the [discussion](https://github.com/json-schema-org/json-schema-spec/issues/312) for...
We discussed this with @RomanHotsiy and decided to try adding the `$schema` support for 3.0.
I also like **A** better. But would we able to validate the `my-plugin/customFn` syntax? > We need to implement a simple way to include plugin (using cli args without the...
@adamaltman, @RomanHotsiy do you mean a default value of the `allowedValue`? If yes, I think we can.
@michaelgwelch could you provide your setup so I can recreate this with the `recommended` ruleset?
Adding an option somewhere to configure whether to report should help with 1.
Thanks @lucianojs for reporting the issue. Meanwhile you can wrap `$ref`s into `allOf` to bypass this behaviour: ```yaml ... otherName: allOf: - $ref: "#/components/schemas/Name" description: Other name (specific). ... ```
Had to revert this as lint fails in Workflows.