change data
This commit is contained in:
parent
8cfa83f921
commit
717b4ab6d5
|
@ -21,7 +21,7 @@
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"id": {
|
"id": {
|
||||||
"description": "Defines a hash of token",
|
"description": "Defines a hash of token sign_token",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"minLength": 36
|
"minLength": 36
|
||||||
},
|
},
|
||||||
|
@ -51,36 +51,7 @@
|
||||||
},
|
},
|
||||||
"data": {
|
"data": {
|
||||||
"description": "Device details discovery data.",
|
"description": "Device details discovery data.",
|
||||||
"type": "object",
|
"type": "string",
|
||||||
"allOf": [
|
|
||||||
{
|
|
||||||
"lshw": {
|
|
||||||
"description": "Result of execution of lshw program",
|
|
||||||
"type": "string",
|
|
||||||
"minlength": 0
|
|
||||||
},
|
|
||||||
"disks": {
|
|
||||||
"description": "Result of execution of smartctl program",
|
|
||||||
"type": "string",
|
|
||||||
"minlength": 0
|
|
||||||
},
|
|
||||||
"hwinfo": {
|
|
||||||
"description": "Result of execution of hwinfo program",
|
|
||||||
"type": "string",
|
|
||||||
"minlength": 0
|
|
||||||
},
|
|
||||||
"dmidecode": {
|
|
||||||
"description": "Result of execution of dmidecode program",
|
|
||||||
"type": "string",
|
|
||||||
"minlength": 0
|
|
||||||
},
|
|
||||||
"lspci": {
|
|
||||||
"description": "Result of execution of lspci program",
|
|
||||||
"type": "string",
|
|
||||||
"minlength": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"erase": {
|
"erase": {
|
||||||
"description": "Datas of erase disk process",
|
"description": "Datas of erase disk process",
|
||||||
|
|
Loading…
Reference in New Issue