Use 'npm run import' to import from assets/import/{bands,characters}.
Existing entries are not overwritten!
18 lines
563 B
JSON
18 lines
563 B
JSON
[
|
|
{
|
|
"id": "1",
|
|
"bandId": "1",
|
|
"name": "Miku Kobato",
|
|
"description": "Miku Kobato is a Japanese singer, songwriter and guitarist. She is the initial founding member and main lyricist for BAND-MAID.",
|
|
"imageIdentifier": "bandmaid/miku.png",
|
|
"enabled": 0
|
|
},
|
|
{
|
|
"id": "2",
|
|
"bandId": "1",
|
|
"name": "Akane Hirose",
|
|
"description": "Akane Hirose is a Japanese drummer and founding member of BAND-MAID.",
|
|
"imageIdentifier": "bandmaid/akane.png",
|
|
"enabled": 0
|
|
}
|
|
] |