Model definition¶
AMSDAL supports two ways to define models:
The JSON schemas are simpler but require an additional step to generate Python classes. On the other hand, Python classes are more flexible, allowing you to define more complex models and use them directly in your code or even integrate them into your existing codebase easily.