Andrew Tatomyr

Results 313 comments of Andrew Tatomyr

The original issue with `lodash.isequal` should be fixed as it was removed from the bundle at some point. If the issue still persists, it might indeed be coming from Redoc....

Hi! I wonder if something really simple like the following can help you: ```yaml rules: rule/require-type-in-schemas: subject: type: Schema assertions: requireAny: - type - allOf - anyOf - oneOf ```...

@jeremyfiel thanks, it's a good one. However, it will fail to validate cases like this: ```yaml components: schemas: Foo: allOf: - type: object - properties: bar: type: string ``` It...

Thanks for the contribution! We'll take a look at your PR in a bit.

@vlindhol sorry, haven't had a chance to look at it yet. We're currently busy with preparing the next version release. Will review it after we finish that.

@RomanHotsiy from the context of the attached conversation I understand it's more about linting standalone JSON schemas themselves rather than linting OAS using JSON schemas, isn't it?

@hawkeyexl we first need to determine whether a document is a JSON schema. Additionally, identifying which draft it follows would be helpful. Would it be sufficient to assume a document...

Good. @RomanHotsiy will you update the feature request, or would you prefer me to open a separate issue?

Please make sure to test this in Workflows (and using old local push). Otherwise LGTM!