While investigating a documentation defect, I ran openapi-examples-validator and saw that it reported 13 examples, but if I ran a regexp for examples?: I got 24 matches, and my OAS spec is passing validation elsewhere, so I don't think it's malformed. I'm working my way through them, but it seems like some of these are properly positioned examples that OEV doesn't pick up?
I'm working my way through these to see if I can figure out why.
While investigating a documentation defect, I ran
openapi-examples-validatorand saw that it reported 13 examples, but if I ran a regexp forexamples?:I got 24 matches, and my OAS spec is passing validation elsewhere, so I don't think it's malformed. I'm working my way through them, but it seems like some of these are properly positioned examples that OEV doesn't pick up?I'm working my way through these to see if I can figure out why.