mdmodels 0.2.9

A tool to generate models, code and schemas from markdown files
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
imports:
    other: ./model.md
---

# Meta Model

This model demonstrates the functionality of importing and referencing other model definitions. It serves as a test case for validating the model import system and ensuring proper integration between different model components.

- test_2: Test2
  - Description: This is a type imported from somewhere else.