-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.example
98 lines (98 loc) · 2.16 KB
/
data.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"users": [
{
"_id": {
"$oid": "62b5bc2609f4b17f913c003e"
},
"email": "jaroslav.metelka@seznam.cz",
"password": "123456",
"registrationDate": {
"$date": {
"$numberLong": "1656077349947"
}
},
"username": "Jaroslav Metelka"
},
{
"_id": {
"$oid": "62b5bc2609f4b17f913c0040"
},
"email": "cervenacek@seznam.cz",
"password": "123456",
"registrationDate": {
"$date": {
"$numberLong": "1656077349947"
}
},
"username": "Červenáček"
},
{
"_id": {
"$oid": "62b5bc2609f4b17f913c0041"
},
"email": "rychlonozka@seznam.com",
"password": "123456",
"registrationDate": {
"$date": {
"$numberLong": "1656077349947"
}
},
"username": "Rychlonožka"
},
{
"_id": {
"$oid": "62b5bc2609f4b17f913c003d"
},
"email": "mirek.dusin@seznam.cz",
"password": "123456",
"registrationDate": {
"$date": {
"$numberLong": "1656077349947"
}
},
"username": "Mirek Dušín"
},
{
"_id": {
"$oid": "62b5bc2609f4b17f913c003f"
},
"email": "jindrich.hojer@seznam.cz",
"password": "123456",
"registrationDate": {
"$date": {
"$numberLong": "1656077349947"
}
},
"username": "Jindra Hojer"
}
],
"dragons": [
{
"_id": {
"$oid": "62b5bbc8cc2ea485a5a9ce10"
},
"name": "Deathwing",
"image": "https://static.wikia.nocookie.net/wowwiki/images/1/10/Earthwarder.png",
"damage": 12,
"health": 12
},
{
"_id": {
"$oid": "62b5bbc8cc2ea485a5a9ce0f"
},
"name": "Ysera",
"image": "https://static.wikia.nocookie.net/wowpedia/images/1/16/Ysera_of_the_Night_Fae.jpg",
"damage": 4,
"health": 12
},
{
"_id": {
"$oid": "62b5bbc8cc2ea485a5a9ce11"
},
"name": "Alexstrasza",
"image": "https://cdn.gamer-network.net/2019/metabomb/Dragonqueen_Alexstrasza_full.jpg",
"damage": 8,
"health": 8
}
]
}