|
237 | 237 | },
|
238 | 238 | "type": "object"
|
239 | 239 | },
|
| 240 | + "GetBackupResponse": { |
| 241 | + "properties": { |
| 242 | + "endTime": { |
| 243 | + "description": "Backup end time in UTC", |
| 244 | + "type": "string" |
| 245 | + }, |
| 246 | + "error": { |
| 247 | + "description": "Backup error", |
| 248 | + "type": "string" |
| 249 | + }, |
| 250 | + "id": { |
| 251 | + "description": "Backup id", |
| 252 | + "type": "string" |
| 253 | + }, |
| 254 | + "labels": { |
| 255 | + "description": "Backup labels", |
| 256 | + "items": { |
| 257 | + "type": "string" |
| 258 | + }, |
| 259 | + "type": "array" |
| 260 | + }, |
| 261 | + "name": { |
| 262 | + "description": "Backup name", |
| 263 | + "type": "string" |
| 264 | + }, |
| 265 | + "options": { |
| 266 | + "additionalProperties": { |
| 267 | + "type": "string" |
| 268 | + }, |
| 269 | + "description": "Backup specific options", |
| 270 | + "type": "object" |
| 271 | + }, |
| 272 | + "size": { |
| 273 | + "description": "Backup size in byte", |
| 274 | + "type": "integer" |
| 275 | + }, |
| 276 | + "startTime": { |
| 277 | + "description": "Backup start time in UTC", |
| 278 | + "type": "string" |
| 279 | + } |
| 280 | + }, |
| 281 | + "type": "object" |
| 282 | + }, |
240 | 283 | "GetDatabaseResponse": {
|
241 | 284 | "properties": {
|
242 | 285 | "database": {
|
|
695 | 738 | },
|
696 | 739 | "type": "object"
|
697 | 740 | },
|
698 |
| - "backup.DocumentationGetBackupResponse": { |
699 |
| - "properties": { |
700 |
| - "endTime": { |
701 |
| - "description": "Backup end time in UTC", |
702 |
| - "type": "string" |
703 |
| - }, |
704 |
| - "error": { |
705 |
| - "description": "Backup error", |
706 |
| - "type": "string" |
707 |
| - }, |
708 |
| - "id": { |
709 |
| - "description": "Backup id", |
710 |
| - "type": "string" |
711 |
| - }, |
712 |
| - "labels": { |
713 |
| - "description": "Backup labels", |
714 |
| - "items": { |
715 |
| - "type": "string" |
716 |
| - }, |
717 |
| - "type": "array" |
718 |
| - }, |
719 |
| - "name": { |
720 |
| - "description": "Backup name", |
721 |
| - "type": "string" |
722 |
| - }, |
723 |
| - "options": { |
724 |
| - "additionalProperties": { |
725 |
| - "type": "string" |
726 |
| - }, |
727 |
| - "description": "Backup specific options", |
728 |
| - "type": "object" |
729 |
| - }, |
730 |
| - "size": { |
731 |
| - "description": "Backup size in byte", |
732 |
| - "type": "integer" |
733 |
| - }, |
734 |
| - "startTime": { |
735 |
| - "description": "Backup start time in UTC", |
736 |
| - "type": "string" |
737 |
| - } |
738 |
| - }, |
739 |
| - "type": "object" |
740 |
| - }, |
741 | 741 | "database.DocumentationCreateDatabaseRequestOptions": {
|
742 | 742 | "properties": {
|
743 | 743 | "collation": {
|
|
1747 | 1747 | "content": {
|
1748 | 1748 | "application/json": {
|
1749 | 1749 | "schema": {
|
1750 |
| - "$ref": "#/components/schemas/backup.DocumentationGetBackupResponse" |
| 1750 | + "$ref": "#/components/schemas/GetBackupResponse" |
1751 | 1751 | }
|
1752 | 1752 | }
|
1753 | 1753 | },
|
|
0 commit comments