With normal DRF serializers you can specify the help_text arg on a field.
Then when using drf-spectacular the text is used to populate field descriptions on the OpenAPI spec.
Is it currently possible to provide field descriptions on data classes using this library have it flow up to drf-spectacular?
With normal DRF serializers you can specify the
help_textarg on a field.Then when using
drf-spectacularthe text is used to populate field descriptions on the OpenAPI spec.Is it currently possible to provide field descriptions on data classes using this library have it flow up to
drf-spectacular?