Skip to content

Commit

Permalink
feat: 🎸 Ajoute 2 nouveaux champs (Info démographiques)
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Nov 13, 2023
1 parent 50ac352 commit 2beb607
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
"situation": {
"type": "string"
},
"nb_mois_dernier_enfant": {
"type": "integer"
},
"nb_mois_de_grossesse": {
"type": "integer"
},
"code_postal": {
"type": "string"
},
Expand All @@ -67,4 +73,4 @@
"type": "string"
}
}
}
}

0 comments on commit 2beb607

Please sign in to comment.