Jeremy Fiel

Results 55 comments of Jeremy Fiel

There's an appetite to move to newer specs but draft 4 will be supported for quite some time and most all tooling should still support it. There are some very...

try removing the `-` on the `type` field and repositioning the `allOf` reference. `allOf` needs a property association should look like this: ```yaml FormFieldComponent: type: object properties: components: allOf: -...

@prabhutw I may have misunderstood it previously. I think it may be associated to this https://github.com/Redocly/redoc/issues/907 sounds like it may not be able to discriminate between object string in your...

At this moment, 3.1.0 is not possible because we have a bunch of internal tooling dependencies and making that change at scale is not in our appetite for now. I'm...

Ya I'll take a look at the example thanks

Can you help me understand how to use the ignore file for wildcard? Maybe that's the easier part until you add the additional support

i wonder if it's possible to use wildcard on the actual value too.. i have this example where I know the api name to define the rule, but inside the...

i agree, append will be a nice addition. thanks Roman. have a nice evening

hey Roman.. the new feature looks great and I'll try it out soon. The one thing still missing related to my original comment, interoperability with the ecosystem. That's what I'm...

@adamaltman i do agree JSON path+ is an animal on it's own. I've definitely been a victim spending hours on trying to make it do what I want. I really...