chore: generate
This commit is contained in:
@@ -8143,7 +8143,8 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"messageID": {
|
"messageID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^msg.*"
|
||||||
},
|
},
|
||||||
"callID": {
|
"callID": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
@@ -8155,10 +8156,12 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
},
|
},
|
||||||
"sessionID": {
|
"sessionID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
"questions": {
|
"questions": {
|
||||||
"description": "Questions to ask",
|
"description": "Questions to ask",
|
||||||
@@ -8196,10 +8199,12 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"sessionID": {
|
"sessionID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
"requestID": {
|
"requestID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
},
|
},
|
||||||
"answers": {
|
"answers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@@ -8227,10 +8232,12 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"sessionID": {
|
"sessionID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
"requestID": {
|
"requestID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["sessionID", "requestID"]
|
"required": ["sessionID", "requestID"]
|
||||||
|
|||||||
Reference in New Issue
Block a user