{
"type": "chat",
"table": "chat",
"query": "default",
"chatType": "group",
"uploadForm": "chatForm",
"uploadEvent": "uploadChatFile",
"myBackground": "#96CAD9",
"otherBackground": "#F3F3F3",
"myForeground": "#202424",
"otherForeground": "#202424",
"nameForeground": "#2F96B4",
"inputBackground": "#F3F3F3",
"sendBackground": "#2F96B4",
"sendForeground": "#FFFFFF",
"messageMode": "markdown",
"displayImages": true,
"valueMap": {
"message": "text",
"timeStamp": "timestamp",
"counterpart": "counterpart",
"type": "type",
"actions": "actions",
"mediaType": "mediaType"
},
"uploadTypes": [
"image",
"pdf"
]
}