When a parameter is not a string per the OpenAPI spec the server should perform type conversions as necessary. For example when GET /pet/1 is called, $.path.petId should be a number not a string.
When a parameter is not a string per the OpenAPI spec the server should perform type conversions as necessary.
For example when GET /pet/1 is called, $.path.petId should be a number not a string.