chore: generate
This commit is contained in:
parent
250e30bc7d
commit
3b75f16119
1 changed files with 14 additions and 7 deletions
|
|
@ -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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue