change data

This commit is contained in:
Cayo Puigdefabregas 2024-11-06 10:50:09 +01:00
parent 8cfa83f921
commit 717b4ab6d5
1 changed files with 2 additions and 31 deletions

View File

@ -21,7 +21,7 @@
"type": "object",
"properties": {
"id": {
"description": "Defines a hash of token",
"description": "Defines a hash of token sign_token",
"type": "string",
"minLength": 36
},
@ -51,36 +51,7 @@
},
"data": {
"description": "Device details discovery data.",
"type": "object",
"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
}
}
]
"type": "string",
},
"erase": {
"description": "Datas of erase disk process",