Model represents the domain model of the domain
| property | type | description |
|---|---|---|
| name | string | The name of the domain model |
| type | string | The type of the model |
| labels | string[] | The arbitrary list of labels of the model e.g. AggregateRoot etc |
| path | string | The path of the domain model document |
| aliases | string[] | The aliases of the domain model |
| groupLabel | string | The label of the group |
| groupColor | string | The color of the group |
| description | string | The description of the model |
| sourceUrl | string | The url of the source code of the model |
| editUrl | string | The url of the edit page of the source code of the model |
| notes | string | The notes about the model |
| owners | Model[] | The owners of the model |