Commit df7d73df authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

Merge branch '38-fix-survey-message' into 'dev'

fix missing message_type from survey message

Closes #38

See merge request !25
......@@ -6,6 +6,12 @@
survey_schema = {
"type": "object",
"properties": {
"message_type": {
"type": "string",
"description": "Type of message",
"example": "survey",
"enum": ["survey"],
},
"timestamp": {
"type": "string",
"format": "date-time",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment