WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 54a0a8a

Browse files
OAS Update
1 parent 8117997 commit 54a0a8a

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,50 @@
8080
}
8181
},
8282
"schemas": {
83+
"ContainerSearchResult": {
84+
"properties": {
85+
"containerId": {
86+
"description": "Globally unique user-friendly identifier.",
87+
"example": "my-container-N7jXQY1",
88+
"type": "string"
89+
},
90+
"containerType": {
91+
"description": "Resource container type.",
92+
"enum": [
93+
"PROJECT",
94+
"FOLDER"
95+
],
96+
"type": "string"
97+
},
98+
"id": {
99+
"description": "Globally unique identifier.",
100+
"example": "4d8c80b4-ded9-44cf-81ac-4fc5a2f7fc87",
101+
"format": "uuid",
102+
"type": "string"
103+
},
104+
"lifecycleState": {
105+
"$ref": "#/components/schemas/LifecycleState"
106+
},
107+
"name": {
108+
"description": "Resource container name.",
109+
"example": "My Container",
110+
"type": "string"
111+
},
112+
"organizationId": {
113+
"description": "Id of the organization the container is in.",
114+
"example": "9d8c89b4-aed9-44cf-81dc-4fc5a2f7fc32",
115+
"format": "uuid",
116+
"type": "string"
117+
}
118+
},
119+
"required": [
120+
"containerId",
121+
"id",
122+
"name",
123+
"containerType"
124+
],
125+
"type": "object"
126+
},
83127
"CreateFolderPayload": {
84128
"properties": {
85129
"containerParentId": {

0 commit comments

Comments
 (0)