Files
n3wt-school/conf/create-establishment.sample.json
2026-04-04 23:18:15 +02:00

21 lines
544 B
JSON

{
"establishments": [
{
"name": "Ecole Demo",
"address": "1 rue de la Paix, Paris",
"total_capacity": 300,
"establishment_type": [
1,
2
],
"evaluation_frequency": 1,
"licence_code": "LIC-DEMO-001",
"directeur": {
"email": "luc.sorignet@gmail.com",
"password": "a",
"last_name": "Dupont",
"first_name": "Jean"
}
}
]
}