diff --git a/fr-classif/machinetag.json b/fr-classif/machinetag.json old mode 100644 new mode 100755 index e97df29..966e2c5 --- a/fr-classif/machinetag.json +++ b/fr-classif/machinetag.json @@ -47,18 +47,22 @@ "predicates": [ { "expanded": "Informations classifiées défense", - "value": "classifiees-defense" + "value": "classifiees-defense", + "exclusive": true }, { "expanded": "Informations non classifiées defense", - "value": "non-classifiees-defense" + "value": "non-classifiees-defense", + "exclusive": true }, { "expanded": "Informations non classifiées", - "value": "non-classifiees" + "value": "non-classifiees", + "exclusive": true } ], - "version": 1, + "version": 2, "description": "French gov information classification system", - "namespace": "fr-classif" + "namespace": "fr-classif", + "exclusive": true } diff --git a/schema.json b/schema.json old mode 100644 new mode 100755 index 58c17e7..fab2ba1 --- a/schema.json +++ b/schema.json @@ -72,6 +72,9 @@ "value": { "type": "string" }, + "exclusive": { + "type": "boolean" + }, "required": [ "value" ] @@ -94,6 +97,9 @@ "namespace": { "type": "string" }, + "exclusive": { + "type": "boolean" + }, "type": { "type": "array", "uniqueItems": true, diff --git a/tlp/machinetag.json b/tlp/machinetag.json old mode 100644 new mode 100755 index bb967a7..11726fc --- a/tlp/machinetag.json +++ b/tlp/machinetag.json @@ -33,8 +33,9 @@ "refs": [ "https://www.first.org/tlp" ], - "version": 4, + "version": 5, "description": "The Traffic Light Protocol - or short: TLP - was designed with the objective to create a favorable classification scheme for sharing sensitive information while keeping the control over its distribution at the same time.", "expanded": "Traffic Light Protocol", - "namespace": "tlp" + "namespace": "tlp", + "exclusive": true }