cloud-api/src/_module_template/schemas.py

8 lines
219 B
Python
Raw Normal View History

2026-04-06 12:41:49 +01:00
"""
2026-05-28 15:41:10 +01:00
Pydantic models for the <this> module
2026-04-06 12:41:49 +01:00
2026-05-28 15:41:10 +01:00
Models follow the nomenclature of:
- Sub-models: "<Resource><Opt:>Schema"
- Mixins: "<Attribute>Mixin"
- Models: "<Module><Method><Resource><Opt:Resource><Direction>" ie ""
2026-04-06 12:41:49 +01:00
"""