error:
incorrect verification json format for:
{"httpRequest": {"path": "/hello", "method": "GET"}, "times": {"count": 2, "exact": true}}
schema validation errors:
2 errors:
- field: "/times" for schema: "verificationTimes" has error: "object instance has properties which are not allowed by the schema: ["count","exact"]"
- field: "/times" for schema: "verificationTimes" has error: "object instance has properties which are not allowed by the schema: ["count","exact"], allowed fields are ["atLeast", "atMost"]"
See: https://app.swaggerhub.com/apis/jamesdbloom/mock-server-openapi/5.11.x for OpenAPI Specification
verify fails with the error on mocker:
Due to this error, multiple integration tests fail