cml_add_value_object
Add a value object with attributes to an aggregate in a bounded context to model domain concepts.
Instructions
Add a value object to an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the value object | |
| attributes | No | Value object attributes | |
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate |