Don't rely on YAML's feature. Example: ```yml defs: MyModel: type: intersection a: # ... b: # ... models: - type: group transforms: # ... children: - type: ref ref: MyModel ```
Don't rely on YAML's feature.
Example: