File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 269269 },
270270 "type" : " object"
271271 },
272- "GetInstanceResponse" : {
273- "properties" : {
274- "item" : {
275- "$ref" : " #/components/schemas/Instance"
276- }
277- },
278- "type" : " object"
279- },
280272 "GetUserResponse" : {
281273 "properties" : {
282274 "item" : {
381373 },
382374 "type" : " object"
383375 },
376+ "InstanceResponse" : {
377+ "properties" : {
378+ "item" : {
379+ "$ref" : " #/components/schemas/Instance"
380+ }
381+ },
382+ "type" : " object"
383+ },
384384 "ListBackupsResponse" : {
385385 "properties" : {
386386 "count" : {
15011501 "content" : {
15021502 "application/json" : {
15031503 "schema" : {
1504- "$ref" : " #/components/schemas/GetInstanceResponse "
1504+ "$ref" : " #/components/schemas/InstanceResponse "
15051505 }
15061506 }
15071507 },
You can’t perform that action at this time.
0 commit comments