laravel-openapi
laravel-openapi copied to clipboard
Schema didn't auto generated
i need to know why my reusable schema here App\OpenApi\Schemas\UserSchema didn't generated as a component schemas in json file (depending on ref)
here is my response builder

and here is my schema class

thanks for your consideration
@a-ahmedhesham
Schema::ref(AdSchema::class)
replace to
AdSchema::ref()