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
'type'=>'external_static',
//Seehttps://scribe.knuckles.wtf/laravel/reference/config#theme for supported options'theme'=>'elements',
What happened?
We are facing the same issue with the required rule in our form request, which is not parsed correctly and written into out OpenAPI spec. The update to the latest version 4.39.0 did not solve the issue.
Scribe version
4.39.0
PHP version
8.3.8 (cli)
Framework
Laravel
Framework version
11.34.2
Scribe config
What happened?
We are facing the same issue with the
required
rule in our form request, which is not parsed correctly and written into out OpenAPI spec. The update to the latest version4.39.0
did not solve the issue.Rules
Screenshot:
OpenAPI
Expected behaviour:
Both properties are marked as required
I tried to understand the logic how a required parameter is extracted, set and written into the OpenAPI spec, but seems to be a little to complex.
Docs
The text was updated successfully, but these errors were encountered: