Skip to content

Commit 39b0245

Browse files
OAS Update
1 parent d839c38 commit 39b0245

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

services/resource-manager/v0/resource-manager.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,21 @@
8080
}
8181
},
8282
"schemas": {
83+
"ContainerSearchResponse": {
84+
"properties": {
85+
"items": {
86+
"items": {
87+
"$ref": "#/components/schemas/ContainerSearchResult"
88+
},
89+
"type": "array"
90+
}
91+
},
92+
"required": [
93+
"items"
94+
],
95+
"title": "ContainerSearchResponse",
96+
"type": "object"
97+
},
8398
"CreateFolderPayload": {
8499
"properties": {
85100
"containerParentId": {

0 commit comments

Comments
 (0)