lrstanley / entrest

Extension that generates a compliant OpenAPI spec and server implementation
https://lrstanley.github.io/entrest/
MIT License
6 stars 0 forks source link

feat: hoist enums into their own schemas #25

Closed lrstanley closed 2 weeks ago

lrstanley commented 1 month ago

Particularly helpful in reducing duplication. Not all fields between create/update/read/etc can be shared, but enums should be able to be.