check_naming_conventions
Check UML model elements for naming convention violations. Use scope to limit checks to authored elements and allowed_patterns to exempt specific names from validation.
Instructions
Return elements that violate UML naming conventions.
scope controls which elements are checked:
"authored"(default) — user-model only; suppresses ~85 library internals (base_*,extension_*,A_*)."all"— every element.
allowed_patterns is an optional comma-separated list of regex patterns
that exempt names from the default rules. Use this to allow requirement-ID
schemes such as ^[A-Z]{2,}-\d+$ or Magic Grid label patterns like
^.+ Scenario$.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | authored | |
| allowed_patterns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||