fix: Upload document

This commit is contained in:
Luc SORIGNET
2026-04-04 23:00:39 +02:00
parent 3c7266608d
commit b0e04e3adc
4 changed files with 96 additions and 15 deletions

View File

@ -0,0 +1,21 @@
{
"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"
}
}
]
}