dbinfrago / dbinfrago/capella-collab-manager
Improve API documentation with pydantic fields
Open
good first issue
- Dominant language
- Python
- Stars
- 37
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
To improve the API documentation, each pydantic attribute should have a `pydantic.Field` as default value, which has the attributes "description" and "examples". In addition, the validation can be strengthened with min_len, max_len and pattern attributes.
Contributor guide
Assessment
This issue has not been assessed yet.