Closed
Description
Why
We have noticed that some OpenAPI examples are not correctly checked by the test tooling (APISpec). This has happened with the new field name in the latest version of OpenAPI (from example
to examples
).
What
Fix the verification of the examples and examples which are invalid.
How
- Fix the OpenAPI example checker.
- Fix the examples in the OpenAPI specs.