OpenAPI Gen: fix requirement handling

This commit is contained in:
Andreas Gohr 2024-01-05 13:57:22 +01:00
parent 6cce3332fb
commit f1cc602f77
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ class OpenAPIGenerator
[
'description' => $description,
'examples' => [$example],
'required' => !$info['optional'],
],
$this->typeToSchema($info['type'])
);