File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 31143114 }
31153115 }
31163116 },
3117+ "CallResultAllOfSubresourceUris" : {
3118+ "type" : " object" ,
3119+ "description" : " The list of subresources for this Call. These include things like logs and recordings associated with the Call." ,
3120+ "nullable" : true ,
3121+ "properties" : {
3122+ "logs" : {
3123+ "type" : " string" ,
3124+ "description" : " The URI for the logs associated with this Call."
3125+ },
3126+ "recordings" : {
3127+ "type" : " string" ,
3128+ "description" : " The URI for the recordings associated with this Call."
3129+ }
3130+ }
3131+ },
31173132 "CallResult" : {
31183133 "allOf" : [
31193134 {
32323247 "nullable" : true
32333248 },
32343249 "subresourceUris" : {
3235- "type" : " object" ,
3236- "description" : " The list of subresources for this Call. These include things like logs and recordings associated with the Call." ,
3237- "nullable" : true ,
3238- "properties" : {
3239- "logs" : {
3240- "type" : " string" ,
3241- "description" : " The URI for the logs associated with this Call."
3242- },
3243- "recordings" : {
3244- "type" : " string" ,
3245- "description" : " The URI for the recordings associated with this Call."
3246- }
3247- }
3250+ "$ref" : " #/components/schemas/CallResultAllOfSubresourceUris"
32483251 },
32493252 "applicationId" : {
32503253 "type" : " string" ,
You can’t perform that action at this time.
0 commit comments