mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-05 12:41:27 +00:00
21 lines
544 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
} |