diff --git a/schemas/snapshot.json b/schemas/snapshot.json index c6fa095..7fea9c8 100644 --- a/schemas/snapshot.json +++ b/schemas/snapshot.json @@ -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",