File tree Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Expand file tree Collapse file tree 1 file changed +36
-36
lines changed Original file line number Diff line number Diff line change 421
421
]
422
422
},
423
423
"releaseversion" : {
424
- "summary" : " Release version of Image" ,
425
- "readonly" : true ,
426
- "params" : {
427
- "type" : " object" ,
428
- "properties" : {
429
- "releaseversion" : {
430
- "type" : " string" ,
431
- "example" : " 8.2.0.0"
432
- }
424
+ "summary" : " Release version of Image" ,
425
+ "readonly" : true ,
426
+ "params" : {
427
+ "type" : " object" ,
428
+ "properties" : {
429
+ "releaseversion" : {
430
+ "type" : " string" ,
431
+ "example" : " 8.2.0.0"
432
+ }
433
+ },
434
+ "required" : [
435
+ " releaseversion"
436
+ ]
433
437
},
434
- "required" : [
435
- " releaseversion"
438
+ "errors" : [
439
+ {
440
+ "description" : " General error" ,
441
+ "$ref" : " #/common/errors/general"
442
+ }
436
443
]
437
- },
438
- "errors" : [
439
- {
440
- "description" : " General error" ,
441
- "$ref" : " #/common/errors/general"
442
- }
443
- ]
444
444
},
445
445
"chipset" : {
446
- "summary" : " Chipset used for this device" ,
447
- "readonly" : true ,
448
- "params" : {
449
- "type" : " object" ,
450
- "properties" : {
451
- "chipset" : {
452
- "type" : " string" ,
453
- "example" : " T962X3"
454
- }
446
+ "summary" : " Chipset used for this device" ,
447
+ "readonly" : true ,
448
+ "params" : {
449
+ "type" : " object" ,
450
+ "properties" : {
451
+ "chipset" : {
452
+ "type" : " string" ,
453
+ "example" : " T962X3"
454
+ }
455
+ },
456
+ "required" : [
457
+ " chipset"
458
+ ]
455
459
},
456
- "required" : [
457
- " chipset"
460
+ "errors" : [
461
+ {
462
+ "description" : " General error" ,
463
+ "$ref" : " #/common/errors/general"
464
+ }
458
465
]
459
- },
460
- "errors" : [
461
- {
462
- "description" : " General error" ,
463
- "$ref" : " #/common/errors/general"
464
- }
465
- ]
466
466
},
467
467
"modelid" : {
468
468
"summary" : " Device model number or SKU" ,
You can’t perform that action at this time.
0 commit comments