nanterre: ajoute le nouveau champ d'individu anciennes_cles_de_federation

This commit is contained in:
Benjamin Dauvergne 2017-09-07 10:13:54 +02:00
parent 03f9fb1ad0
commit ffa1aa01b8
1 changed files with 17 additions and 0 deletions

View File

@ -64,6 +64,23 @@
"type" : "string"
}
},
"anciennes_cles_de_federation" : {
"type" : "array",
"items" : {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
}
},
"nom_de_naissance" : {
"type" : "string"
},