Skip to content

Commit 7387ad1

Browse files
OAS Update
1 parent b0b8472 commit 7387ad1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

services/object-storage/v1/object-storage.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@
560560
"PUBLIC",
561561
"SCHWARZ"
562562
],
563-
"title": "ProjectScope"
563+
"title": "ProjectScope",
564+
"type": "string"
564565
},
565566
"ProjectStatus": {
566567
"properties": {
@@ -593,7 +594,8 @@
593594
"COMPLIANCE",
594595
"GOVERNANCE"
595596
],
596-
"title": "RetentionMode"
597+
"title": "RetentionMode",
598+
"type": "string"
597599
},
598600
"SetDefaultRetentionPayload": {
599601
"properties": {

services/object-storage/v2/object-storage.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@
561561
"PUBLIC",
562562
"SCHWARZ"
563563
],
564-
"title": "ProjectScope"
564+
"title": "ProjectScope",
565+
"type": "string"
565566
},
566567
"ProjectStatus": {
567568
"properties": {
@@ -595,7 +596,7 @@
595596
"GOVERNANCE"
596597
],
597598
"title": "RetentionMode",
598-
"type": "object"
599+
"type": "string"
599600
},
600601
"SetDefaultRetentionPayload": {
601602
"properties": {

0 commit comments

Comments
 (0)