Mohit Talniya
Mohit Talniya
yeah I understand all regexp engines are not same. I am trying to parse [https://www.mongodb.com/docs/atlas/reference/api-resources-spec/](swagger) with the code below but patterns are throwing error: ``` doc, err := openapi3.NewLoader().LoadFromFile("gen/swagger.json") if...
@x6j8x Were you able to fix this issue?
@SuperMohit Thanks for the reply.
@x6j8x You mean 1.0.3 right?
@x6j8x Thanks it works with 2.0.3.
actually for my case, even with 2.0.3, although contract test passed but on deploying template it would throw `extraneous key` all over. So had to remove polymorphic props.