File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 81438143 "type" : " object" ,
81448144 "properties" : {
81458145 "messageID" : {
8146- "type" : " string"
8146+ "type" : " string" ,
8147+ "pattern" : " ^msg.*"
81478148 },
81488149 "callID" : {
81498150 "type" : " string"
81558156 "type" : " object" ,
81568157 "properties" : {
81578158 "id" : {
8158- "type" : " string"
8159+ "type" : " string" ,
8160+ "pattern" : " ^que.*"
81598161 },
81608162 "sessionID" : {
8161- "type" : " string"
8163+ "type" : " string" ,
8164+ "pattern" : " ^ses.*"
81628165 },
81638166 "questions" : {
81648167 "description" : " Questions to ask" ,
81968199 "type" : " object" ,
81978200 "properties" : {
81988201 "sessionID" : {
8199- "type" : " string"
8202+ "type" : " string" ,
8203+ "pattern" : " ^ses.*"
82008204 },
82018205 "requestID" : {
8202- "type" : " string"
8206+ "type" : " string" ,
8207+ "pattern" : " ^que.*"
82038208 },
82048209 "answers" : {
82058210 "type" : " array" ,
82278232 "type" : " object" ,
82288233 "properties" : {
82298234 "sessionID" : {
8230- "type" : " string"
8235+ "type" : " string" ,
8236+ "pattern" : " ^ses.*"
82318237 },
82328238 "requestID" : {
8233- "type" : " string"
8239+ "type" : " string" ,
8240+ "pattern" : " ^que.*"
82348241 }
82358242 },
82368243 "required" : [" sessionID" , " requestID" ]
You can’t perform that action at this time.
0 commit comments