From b82ab8bfd5e3b8e29b7b147053935cfc2d5868bc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 21 May 2019 13:42:57 +0200 Subject: [PATCH] chg: [retention] hide_tag removed to validate current schema Maybe we could improve the format to include it by default to taxonomy format to trigger the MISP hide tag functionality directly. {'value': 'expired', 'expanded': 'Set when the retention period has expired', 'numerical_value': 0, 'hide_tag': True}: Additional properties are not allowed ('hide_tag' was unexpected) --- retention/machinetag.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/retention/machinetag.json b/retention/machinetag.json index 5c83f0e..80ebb7f 100644 --- a/retention/machinetag.json +++ b/retention/machinetag.json @@ -10,8 +10,7 @@ { "value": "expired", "expanded": "Set when the retention period has expired", - "numerical_value": 0, - "hide_tag": true + "numerical_value": 0 }, { "value": "1d",