lrstanley / entrest

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

feat: hoist enums into their own schemas #25

Closed lrstanley closed 4 months ago

lrstanley commented 5 months ago

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