Skip to content

Commit cb550f3

Browse files
OAS Update
1 parent f610659 commit cb550f3

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

services/iaas/v2/iaas.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,9 @@
718718
],
719719
"readOnly": true
720720
},
721+
"description": {
722+
"$ref": "#/components/schemas/Description"
723+
},
721724
"encrypted": {
722725
"allOf": [
723726
{
@@ -1027,6 +1030,9 @@
10271030
"CreateBackupPayload": {
10281031
"description": "Object that represents a backup create request body.",
10291032
"properties": {
1033+
"description": {
1034+
"$ref": "#/components/schemas/Description"
1035+
},
10301036
"labels": {
10311037
"$ref": "#/components/schemas/Labels"
10321038
},
@@ -1675,6 +1681,9 @@
16751681
],
16761682
"readOnly": true
16771683
},
1684+
"description": {
1685+
"$ref": "#/components/schemas/Description"
1686+
},
16781687
"id": {
16791688
"allOf": [
16801689
{
@@ -4468,6 +4477,9 @@
44684477
],
44694478
"readOnly": true
44704479
},
4480+
"description": {
4481+
"$ref": "#/components/schemas/Description"
4482+
},
44714483
"id": {
44724484
"allOf": [
44734485
{
@@ -4624,6 +4636,9 @@
46244636
],
46254637
"readOnly": true
46264638
},
4639+
"description": {
4640+
"$ref": "#/components/schemas/Description"
4641+
},
46274642
"encrypted": {
46284643
"allOf": [
46294644
{
@@ -4933,6 +4948,9 @@
49334948
"UpdateSnapshotPayload": {
49344949
"description": "Object that represents an update request body of a snapshot.",
49354950
"properties": {
4951+
"description": {
4952+
"$ref": "#/components/schemas/Description"
4953+
},
49364954
"labels": {
49374955
"$ref": "#/components/schemas/Labels"
49384956
},

services/iaas/v2beta1/iaas.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,9 @@
718718
],
719719
"readOnly": true
720720
},
721+
"description": {
722+
"$ref": "#/components/schemas/Description"
723+
},
721724
"encrypted": {
722725
"allOf": [
723726
{
@@ -1027,6 +1030,9 @@
10271030
"CreateBackupPayload": {
10281031
"description": "Object that represents a backup create request body.",
10291032
"properties": {
1033+
"description": {
1034+
"$ref": "#/components/schemas/Description"
1035+
},
10301036
"labels": {
10311037
"$ref": "#/components/schemas/Labels"
10321038
},
@@ -4374,6 +4380,9 @@
43744380
],
43754381
"readOnly": true
43764382
},
4383+
"description": {
4384+
"$ref": "#/components/schemas/Description"
4385+
},
43774386
"id": {
43784387
"allOf": [
43794388
{
@@ -5107,6 +5116,9 @@
51075116
],
51085117
"readOnly": true
51095118
},
5119+
"description": {
5120+
"$ref": "#/components/schemas/Description"
5121+
},
51105122
"id": {
51115123
"allOf": [
51125124
{
@@ -5173,6 +5185,9 @@
51735185
],
51745186
"readOnly": true
51755187
},
5188+
"description": {
5189+
"$ref": "#/components/schemas/Description"
5190+
},
51765191
"encrypted": {
51775192
"allOf": [
51785193
{
@@ -5274,6 +5289,9 @@
52745289
"v2beta1UpdateSnapshotPayload": {
52755290
"description": "Object that represents an update request body of a snapshot.",
52765291
"properties": {
5292+
"description": {
5293+
"$ref": "#/components/schemas/Description"
5294+
},
52775295
"labels": {
52785296
"$ref": "#/components/schemas/Labels"
52795297
},

0 commit comments

Comments
 (0)