Automated spec update (21698)

This commit is contained in:
Nelly (automation bot) 2024-01-03 23:53:31 +00:00
parent 44f6253fbd
commit 7f7ae444e7
2 changed files with 10 additions and 10 deletions

View File

@ -26355,14 +26355,14 @@
"type": "object", "type": "object",
"properties": { "properties": {
"duration_seconds": { "duration_seconds": {
"type": "integer", "type": [
"integer",
"null"
],
"minimum": 0, "minimum": 0,
"maximum": 2419200 "maximum": 2419200
} }
}, }
"required": [
"duration_seconds"
]
}, },
"UserCommunicationDisabledActionMetadataResponse": { "UserCommunicationDisabledActionMetadataResponse": {
"type": "object", "type": "object",

View File

@ -26792,14 +26792,14 @@
"type": "object", "type": "object",
"properties": { "properties": {
"duration_seconds": { "duration_seconds": {
"type": "integer", "type": [
"integer",
"null"
],
"minimum": 0, "minimum": 0,
"maximum": 2419200 "maximum": 2419200
} }
}, }
"required": [
"duration_seconds"
]
}, },
"UserCommunicationDisabledActionMetadataResponse": { "UserCommunicationDisabledActionMetadataResponse": {
"type": "object", "type": "object",