- Message Attributes
+
- @if(this.attributes){
+ @if(!jsonMode) {
@for(entry of this.attributes | keyvalue; track entry.key){
{{entry.key}}
@@ -13,7 +19,6 @@
Message Attributes
}
- }
@@ -25,10 +30,20 @@ Message Attributes
+ } @else {
+
+
+
+ @if(jsonError) {
+ Invalid JSON — must be an object with string values, e.g.
+ {{ '{' }}"key": "value"{{ '}' }}
+ }
+ }