You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments