Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It seems like there is nothing to do here.
If params is not required then we get validation error: ``` Array ( [openApiPath] => Array ( [0] => Failed to validate OpenAPI spec:<ul> <li>[/paths/~1pets~1{id}/get/parameters/1] Parameter 'required' must be true for 'in': 'path'.</li> </ul> ) ) ``` and code generation fails.
- Loading branch information