MessageType
Types of business messages with an optional constraint schema.
Entity: MessageType
Description
Types of business messages with an optional constraint schema.
Attributes
| Attribute | Type / Unit | Description |
|---|---|---|
MTID | PK (UUID/string) | Message type id. |
messageKey_UK | string | Unique machine key. |
constraint_schema | json/text | JSON schema or rules. |
Keys
- Primary Key:
MTID - Foreign Keys: —
- Unique Keys:
messageKey_UK