[add] exaple-data:minimal

This commit is contained in:
fenris 2025-10-14 23:31:18 +02:00
parent 60f1c5a0de
commit 944043d873

13
misc/data-minimal.json Normal file
View file

@ -0,0 +1,13 @@
{
"users": [
{
"id": 1,
"name": "user",
"email_address": "user@example.org",
"dav_token": null,
"password": "user"
}
],
"calendars": [
]
}