From 6019409f18b67c368eb385303087ee80b583367d Mon Sep 17 00:00:00 2001 From: eu-pi Date: Thu, 3 Mar 2016 10:26:45 +0100 Subject: [PATCH 1/2] Create fr-classif --- fr-classif | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 fr-classif diff --git a/fr-classif b/fr-classif new file mode 100644 index 0000000..b4c1c95 --- /dev/null +++ b/fr-classif @@ -0,0 +1,46 @@ +{ + "namespace": "fr-classif", + "description": "French gov information classification system", + "version": 1, + "predicates": [{ + "value": "classifiees-defense", + "expanded": "Informations classifiées défense" + }, { + "value": "non-classifiees-defense", + "expanded": "Informations non classifiées defense" + }, { + "value": "non-classifiees", + "expanded": "Informations non classifiées" + }], + "values": [{ + "predicate": "classifiees-defense", + "entry": [{ + "value": "TRES_SECRET_DEFENSE", + "expanded": "TRES SECRET DEFENSE" + }, { + "value": "SECRET_DEFENSE", + "expanded": "SECRET DEFENSE" + }, { + "value": "CONFIDENTIEL_DEFENSE", + "expanded": "CONFIDENTIEL DEFENSE" + }] + }, { + "predicate": "non-classifiees-defense", + "entry": [{ + "value": "SECRET", + "expanded": "SECRET" + }, { + "value": "CONFIDENTIEL", + "expanded": "CONFIDENTIEL" + }, { + "value": "DIFFUSION_RESTREINTE", + "expanded": "DIFFUSION RESTREITNE" + }] + }, { + "predicate": "non-classifiees", + "entry": [{ + "value": "NON-CLASSIFIEES", + "expanded": "NON CLASSIFIEES" + }] + }] +} From 5fe51aaf27e453940d220ff93bebf3739b0b4b33 Mon Sep 17 00:00:00 2001 From: eu-pi Date: Thu, 3 Mar 2016 10:34:06 +0100 Subject: [PATCH 2/2] Update fr-classif --- fr-classif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr-classif b/fr-classif index b4c1c95..0dd8a8b 100644 --- a/fr-classif +++ b/fr-classif @@ -34,7 +34,7 @@ "expanded": "CONFIDENTIEL" }, { "value": "DIFFUSION_RESTREINTE", - "expanded": "DIFFUSION RESTREITNE" + "expanded": "DIFFUSION RESTREINTE" }] }, { "predicate": "non-classifiees",