alexbecker
7 years agoNew Contributor
Mock API generation failing with unhelpful error message
I'm trying to get the SwaggerHub API Auto Mocking integration to work, but the integration keeps failing with "Could not generate API mock. Please make sure the API definition is valid.". As far as I...
- 7 years ago
Trial and error using https://github.com/swagger-api/swagger-codegen revealed that the issue was that "additionalProperties: false" is not supported (it expects an object).