example data for authors and songs

This commit is contained in:
tux
2023-08-20 12:16:18 +02:00
parent 16fd849b04
commit 7ab91abb3b
8 changed files with 30 additions and 25 deletions

14
data/authors.json Normal file
View File

@ -0,0 +1,14 @@
{
"dude": {
"name": "Krasser Dude",
"trail_name": "dud",
"birth_year": "1950",
"organization": "Bund der krassen Dudes"
},
"kumpel": {
"name": "Krasser Kumpel",
"trail_name": "dudekumpel",
"death_year": "2050",
"organization": "Bund der krassen Kumpels"
}
}

7
data/songs.json Normal file
View File

@ -0,0 +1,7 @@
{
"a-song-id": {
"title": "Krasse Vorlage",
"composer": "kumpel",
"poet": "dude"
}
}