docs: service docstrings

Issue: #13
This commit is contained in:
Chris Milne 2026-05-28 14:41:11 +01:00
parent 71f26a4c9b
commit d852bda091
9 changed files with 24 additions and 47 deletions

View file

@ -1,9 +1,10 @@
"""
Pydantic models for the service module
Pydantic models for service module
Models:
- List: Description
- Models: Description
Models follow the nomenclature of:
- Sub-models: "<Resource><Opt:>Schema"
- Mixins: "<Attribute>Mixin"
- Models: "<Module><Method><Resource><Opt:Resource><Direction>" ie "ServiceGetServiceResponse"
"""
from pydantic import ConfigDict