Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add type number to general response schema (#340)
APIs may return `number` type response. The schema only accepts if the response is type of string, object or an array. This causes internal server errors.
- Loading branch information