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 269
269
},
270
270
"type" : " object"
271
271
},
272
- "GetInstanceResponse" : {
273
- "properties" : {
274
- "item" : {
275
- "$ref" : " #/components/schemas/Instance"
276
- }
277
- },
278
- "type" : " object"
279
- },
280
272
"GetUserResponse" : {
281
273
"properties" : {
282
274
"item" : {
381
373
},
382
374
"type" : " object"
383
375
},
376
+ "InstanceResponse" : {
377
+ "properties" : {
378
+ "item" : {
379
+ "$ref" : " #/components/schemas/Instance"
380
+ }
381
+ },
382
+ "type" : " object"
383
+ },
384
384
"ListBackupsResponse" : {
385
385
"properties" : {
386
386
"count" : {
1501
1501
"content" : {
1502
1502
"application/json" : {
1503
1503
"schema" : {
1504
- "$ref" : " #/components/schemas/GetInstanceResponse "
1504
+ "$ref" : " #/components/schemas/InstanceResponse "
1505
1505
}
1506
1506
}
1507
1507
},
You can’t perform that action at this time.
0 commit comments