ePages-de / restdocs-api-spec

Adds API specification support to Spring REST Docs
MIT License
391 stars 103 forks source link

Fix/fails when a field is not given a description #262

Closed seokjun7410 closed 8 months ago

seokjun7410 commented 8 months ago

Found and fixed an issue where openapi3 task would fail if no description was provided. #121

I think this is a problem for all tasks, not just the openapi3 task. So I changed the description field in the model to nullable.

If you're having trouble with this change, I'd appreciate direction.