From 717b4ab6d50de29dfbbf483d9dfcf365542ac8a2 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 6 Nov 2024 10:50:09 +0100 Subject: [PATCH] change data --- schemas/snapshot.json | 33 ++------------------------------- 1 file changed, 2 insertions(+), 31 deletions(-) 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",