I'm trying petStore openapi contract to test this library over koa with your latest library
PetStore provide 2 routes
GET /pet/findPetByStatus
GET /pet/{id}
When I test the 1st one, I enter in the routers of 1 and 2
Of course validation crash because 'findPetByStatus' is not a valid id.
If the 1st declared one is valid, next ones must not be exec.
Do I miss something or is it a defect ?
I'm trying petStore openapi contract to test this library over koa with your latest library
PetStore provide 2 routes
GET /pet/findPetByStatus
GET /pet/{id}
When I test the 1st one, I enter in the routers of 1 and 2
Of course validation crash because 'findPetByStatus' is not a valid id.
If the 1st declared one is valid, next ones must not be exec.
Do I miss something or is it a defect ?