knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.7k stars 303 forks source link

Support wider range of types #858

Open shalvah opened 3 months ago

shalvah commented 3 months ago

...rather than restrict the options, we could use Faker as a generator and stick to the types it offers. What particularly frustrated me was that when I renamed the field to "uuid", it generated an example UUID, but when I set the type to "uuid", an example"string" type was provided instead.

Originally posted by @Jiraiya43 in https://github.com/knuckleswtf/scribe/issues/737#issuecomment-1741552970