@@ -8143,7 +8143,8 @@
"type": "object",
"properties": {
"messageID": {
- "type": "string"
+ "type": "string",
+ "pattern": "^msg.*"
},
"callID": {
"type": "string"
@@ -8155,10 +8156,12 @@
"id": {
+ "pattern": "^que.*"
"sessionID": {
+ "pattern": "^ses.*"
"questions": {
"description": "Questions to ask",
@@ -8196,10 +8199,12 @@
"requestID": {
"answers": {
"type": "array",
@@ -8227,10 +8232,12 @@
}
"required": ["sessionID", "requestID"]