Andrew Tatomyr

Results 368 comments of Andrew Tatomyr

Could you check if we need to adjust types in the `no-invalid-schema-examples` rule itself? (See this [comment](https://github.com/Redocly/redocly-cli/issues/1610#issuecomment-2211120429).)

Related: https://github.com/Redocly/redocly-cli/issues/1486. @AlbinaBlazhko17 please have a look.

Wow, that's an interesting issue. It's caused by the interference of the `no-invalid-schema-examples` rule. If you switch it off, it works as it should. We'll investigate this.

Thanks for reporting, @Breed43214. We'll keep you posted.

Thanks for the suggestion! Is it really that much of typing? `redocly bundle` + **Copy path** on the file + paste into terminal 🙂.

This looks simple - we can just make a config option for that. Let's prioritise it.

> And our custom types does not have minItems. @DmitryAnansky, yes, this is a limitation of the existing `spec` rule. It doesn't include this type of check out of the...