Skip to content

Commit f6415b8

Browse files
committed
Add new changes from latest spec updates part 2
1 parent 801f33e commit f6415b8

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

openapi.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3114,6 +3114,21 @@
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
{
@@ -3232,19 +3247,7 @@
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",

0 commit comments

Comments
 (0)