Skip to content

Commit dba53f4

Browse files
committed
AVInput COM-RPC Support: Rebased DeviceInfo.json
1 parent 36e41e1 commit dba53f4

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

apis/DeviceInfo/DeviceInfo.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -421,48 +421,48 @@
421421
]
422422
},
423423
"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+
]
433437
},
434-
"required": [
435-
"releaseversion"
438+
"errors": [
439+
{
440+
"description": "General error",
441+
"$ref": "#/common/errors/general"
442+
}
436443
]
437-
},
438-
"errors": [
439-
{
440-
"description": "General error",
441-
"$ref": "#/common/errors/general"
442-
}
443-
]
444444
},
445445
"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+
]
455459
},
456-
"required": [
457-
"chipset"
460+
"errors": [
461+
{
462+
"description": "General error",
463+
"$ref": "#/common/errors/general"
464+
}
458465
]
459-
},
460-
"errors": [
461-
{
462-
"description": "General error",
463-
"$ref": "#/common/errors/general"
464-
}
465-
]
466466
},
467467
"modelid": {
468468
"summary": "Device model number or SKU",

0 commit comments

Comments
 (0)