mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-05 20:51:26 +00:00
fix: Upload document
This commit is contained in:
21
conf/create-establishment.sample.json
Normal file
21
conf/create-establishment.sample.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user