ants-hub/fixtures/example1.json

88 lines
2.3 KiB
JSON

[
{
"model": "data.raccordement",
"fields": {
"name": "Plateforme X",
"apikey": "01a549058c1143ed98848ab79403ff99",
"apikey_digest": "1b6da4ed-51e1-6ced-5567-505105b81fd7",
"notes": "",
"created": "2023-04-03T10:14:27.915Z",
"last_update": "2023-04-03T17:57:21.904Z"
}
},
{
"model": "data.collectivite",
"fields": {
"raccordement": [
"Plateforme X"
],
"nom": "Saint-Didier",
"source_id": "saint-didier",
"url": "https://saint-didier.fr/",
"logo_url": "https://saint-didier.fr/logo.png",
"rdv_url": "https://saint-didier.fr/rdv/",
"gestion_url": "https://saint-didier/gestion/",
"annulation_url": "",
"created": "2023-04-03T10:14:42.795Z",
"last_update": "2023-04-03T10:14:42.795Z"
}
},
{
"model": "data.lieu",
"fields": {
"collectivite": [
"saint-didier",
"Plateforme X"
],
"nom": "Mairie",
"source_id": "mairie",
"numero_rue": "2 rue du four",
"code_postal": "99999",
"ville": "Saint-Didier",
"longitude": 1.0,
"latitude": 2.0,
"url": "",
"logo_url": "",
"rdv_url": "",
"gestion_url": "",
"annulation_url": "https://saint-didier.fr/mairie/annulation/",
"created": "2023-04-03T10:15:06.265Z",
"last_update": "2023-04-03T10:15:06.265Z"
}
},
{
"model": "data.plage",
"fields": {
"lieu": [
"mairie",
"saint-didier",
"Plateforme X"
],
"date": "2023-04-03",
"horaires": "08:00:00+02:00-12:00:00+02:00,14:00:00+02:00-17:00:00+02:00",
"duree": 15,
"type_de_rdv": 3,
"personnes": 1,
"created": "2023-04-03T10:15:41.013Z",
"last_update": "2023-04-03T10:15:41.013Z"
}
},
{
"model": "data.rendezvous",
"fields": {
"uuid": "7cace277-9157-4fbc-9705-45522984805d",
"lieu": [
"mairie",
"saint-didier",
"Plateforme X"
],
"identifiant_predemande": "abCD123456",
"date": "2023-04-03T10:15:00Z",
"gestion_url": "",
"annulation_url": "",
"created": "2023-04-03T10:16:04.786Z",
"last_update": "2023-04-03T10:16:04.786Z"
}
}
]