ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
55 stars 41 forks source link

feat: Use resource descriptions in generated schema files if present #184

Closed sevenseacat closed 1 month ago

sevenseacat commented 1 month ago

Resources let you define a description, meant to be used in generated documentation, so I thought it would be cool to use it (if provided) when generating schema files!

Makes Swagger UI documentation from OpenAPI schema files approximately 1.8% more awesome.

Contributor checklist