FR Classification - pretty print

pull/23/head
Alexandre Dulaunoy 2016-05-06 21:01:39 +02:00
parent b2694de0f6
commit 97dc70bfec
1 changed files with 62 additions and 44 deletions

View File

@ -1,46 +1,64 @@
{ {
"namespace": "fr-classif", "values": [
"description": "French gov information classification system", {
"version": 1, "entry": [
"predicates": [{ {
"value": "classifiees-defense", "expanded": "TRES SECRET DEFENSE",
"expanded": "Informations classifiées défense" "value": "TRES_SECRET_DEFENSE"
}, { },
"value": "non-classifiees-defense", {
"expanded": "Informations non classifiées defense" "expanded": "SECRET DEFENSE",
}, { "value": "SECRET_DEFENSE"
"value": "non-classifiees", },
"expanded": "Informations non classifiées" {
}], "expanded": "CONFIDENTIEL DEFENSE",
"values": [{ "value": "CONFIDENTIEL_DEFENSE"
"predicate": "classifiees-defense", }
"entry": [{ ],
"value": "TRES_SECRET_DEFENSE", "predicate": "classifiees-defense"
"expanded": "TRES SECRET DEFENSE" },
}, { {
"value": "SECRET_DEFENSE", "entry": [
"expanded": "SECRET DEFENSE" {
}, { "expanded": "SECRET",
"value": "CONFIDENTIEL_DEFENSE", "value": "SECRET"
"expanded": "CONFIDENTIEL DEFENSE" },
}] {
}, { "expanded": "CONFIDENTIEL",
"predicate": "non-classifiees-defense", "value": "CONFIDENTIEL"
"entry": [{ },
"value": "SECRET", {
"expanded": "SECRET" "expanded": "DIFFUSION RESTREINTE",
}, { "value": "DIFFUSION_RESTREINTE"
"value": "CONFIDENTIEL", }
"expanded": "CONFIDENTIEL" ],
}, { "predicate": "non-classifiees-defense"
"value": "DIFFUSION_RESTREINTE", },
"expanded": "DIFFUSION RESTREINTE" {
}] "entry": [
}, { {
"predicate": "non-classifiees", "expanded": "NON CLASSIFIEES",
"entry": [{ "value": "NON-CLASSIFIEES"
"value": "NON-CLASSIFIEES", }
"expanded": "NON CLASSIFIEES" ],
}] "predicate": "non-classifiees"
}] }
],
"predicates": [
{
"expanded": "Informations classifiées défense",
"value": "classifiees-defense"
},
{
"expanded": "Informations non classifiées defense",
"value": "non-classifiees-defense"
},
{
"expanded": "Informations non classifiées",
"value": "non-classifiees"
}
],
"version": 1,
"description": "French gov information classification system",
"namespace": "fr-classif"
} }