backend/misc/sampledata.json

74 lines
1.2 KiB
JSON
Raw Normal View History

{
2025-07-07 12:10:52 +02:00
"groups": [
{
"id": 1,
2025-08-22 10:52:52 +02:00
"name": "auto",
"label": "Auto"
2025-07-07 12:10:52 +02:00
},
{
"id": 2,
2025-08-22 10:52:52 +02:00
"name": "zug",
"label": "Zug"
2025-07-07 12:10:52 +02:00
},
{
"id": 3,
2025-08-22 10:52:52 +02:00
"name": "flugzeug",
"label": "Flugzeug"
2025-07-07 12:10:52 +02:00
},
{
"id": 4,
2025-08-22 10:52:52 +02:00
"name": "fahrrad",
"label": "Fahrrad"
2025-07-07 12:10:52 +02:00
},
{
"id": 5,
2025-08-22 10:52:52 +02:00
"name": "zu_fusz",
"label": "zu Fuß"
2025-07-07 12:10:52 +02:00
}
],
"admins": [
{
"name": "admin",
"email_address": "admin@example.org",
"password": "admin"
}
],
"members": [
{
2025-07-07 12:10:52 +02:00
"id": 1,
2025-08-21 21:46:05 +00:00
"name": "alexandra",
2025-08-22 10:52:52 +02:00
"label": "Alexandra Ahorn",
2025-08-21 21:46:05 +00:00
"email_address": "alex-rockt@example.org",
2025-07-07 12:10:52 +02:00
"groups": [1, 2, 3]
},
{
2025-07-07 12:10:52 +02:00
"id": 2,
2025-08-21 21:46:05 +00:00
"name": "berthold",
2025-08-22 10:52:52 +02:00
"label": "Berthold Buche",
2025-08-21 21:46:05 +00:00
"email_address": "bert-ohne-ernie@example.org",
2025-07-07 12:10:52 +02:00
"groups": [4, 5, 2]
},
{
2025-07-07 12:10:52 +02:00
"id": 3,
2025-08-21 21:46:05 +00:00
"name": "charlotte",
2025-08-22 10:52:52 +02:00
"label": "Charlotte Castania",
2025-08-21 21:46:05 +00:00
"email_address": "charly-the-unicorn@example.org",
2025-07-07 12:10:52 +02:00
"groups": [4, 1]
}
],
2025-08-21 21:46:05 +00:00
"invitations": [
{
2025-07-07 12:10:52 +02:00
"id": 1,
2025-08-22 10:52:52 +02:00
"name_changeable": false,
2025-08-21 21:46:05 +00:00
"name_value": "daniel",
2025-08-22 10:52:52 +02:00
"label_changeable": true,
"label_value": "Daniel Distel",
2025-04-12 10:20:58 +00:00
"email_address_changeable": true,
"email_address_value": "duesentrieb@example.org",
2025-04-12 10:20:58 +00:00
"groups_changeable": false,
2025-07-07 12:10:52 +02:00
"groups_value": [3, 5]
}
]
}