capella-collab-manager
capella-collab-manager copied to clipboard
Improve API documentation with pydantic fields
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.