-
Notifications
You must be signed in to change notification settings - Fork 0
/
testData.json
217 lines (217 loc) · 6.68 KB
/
testData.json
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
[
{
"username": "MarkEdward",
"firstName": "Mark",
"lastName": "Edward",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "123 Oak St",
"city": "San Francisco",
"state": "California",
"zip": "94101",
"country": "USA"
},
"phone": "555-777-8888"
},
{
"username": "LillySimmons",
"firstName": "Lilly",
"lastName": "Simmons",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "456 Elm St",
"city": "Los Angeles",
"state": "California",
"zip": "90001",
"country": "USA"
},
"phone": "555-222-3333"
},
{
"username": "SeanGarde",
"firstName": "Sean",
"lastName": "Garde",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "789 Maple St",
"city": "New York",
"state": "New York",
"zip": "10005",
"country": "USA"
},
"phone": "555-444-5555"
},
{
"username": "AnnieHubert",
"firstName": "Annie",
"lastName": "Hubert",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "321 Pine St",
"city": "Los Angeles",
"state": "California",
"zip": "90005",
"country": "USA"
},
"phone": "555-666-7777"
},
{
"username": "RyanWilliams",
"firstName": "Ryan",
"lastName": "Williams",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "987 Cedar St",
"city": "San Francisco",
"state": "California",
"zip": "94102",
"country": "USA"
},
"phone": "555-999-0000"
},
{
"username": "DekomoriSanae",
"firstName": "Dekomori",
"lastName": "Sanae",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "123 Main St",
"city": "New York",
"state": "New York",
"zip": "10001",
"country": "USA"
},
"phone": "555-123-4567",
"services": {
"serviceTypes": ["Walking", "Grooming"],
"petTypes": ["Dogs", "Cats"],
"description": "Professional pet care services.",
"workDays": ["Monday", "Wednesday", "Friday"],
"businessPhone": "555-999-8888",
"activeCities": ["New York", "Jersey City"],
"fees": [
{ "tag": "ONE_TIME", "price": 3 },
{ "tag": "DAILY", "price": 2 },
{ "tag": "WEEKLY", "price": 1 }
]
}
},
{
"username": "AmandaWalter",
"firstName": "Amanda",
"lastName": "Walter",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "456 Elm St",
"city": "Los Angeles",
"state": "California",
"zip": "90001",
"country": "USA"
},
"phone": "555-987-6543",
"services": {
"serviceTypes": ["Sitting", "Training"],
"petTypes": ["Dogs", "Guinea Pigs"],
"description": "Experienced pet sitter and trainer.",
"workDays": ["Tuesday", "Thursday", "Saturday"],
"businessPhone": "555-777-6666",
"activeCities": ["Los Angeles", "Santa Monica"],
"fees": [
{ "tag": "ONE_TIME", "price": 3 },
{ "tag": "DAILY", "price": 2 },
{ "tag": "WEEKLY", "price": 1 }
]
}
},
{
"username": "DavidSwanson",
"firstName": "David",
"lastName": "Swanson",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "789 Oak St",
"city": "San Francisco",
"state": "California",
"zip": "94101",
"country": "USA"
},
"phone": "555-111-2222",
"services": {
"serviceTypes": ["Walking", "Grooming", "Training"],
"petTypes": ["Cats", "Rabbits"],
"description": "Passionate about pet care.",
"workDays": ["Monday", "Wednesday", "Friday", "Sunday"],
"businessPhone": "555-444-3333",
"activeCities": ["San Francisco", "Oakland"],
"fees": [
{ "tag": "ONE_TIME", "price": 3 },
{ "tag": "DAILY", "price": 2 },
{ "tag": "WEEKLY", "price": 1 }
]
}
},
{
"username": "KimikoKuronagi",
"firstName": "Kimiko",
"lastName": "Kuronagi",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "321 Maple St",
"city": "New York",
"state": "New York",
"zip": "10005",
"country": "USA"
},
"phone": "555-333-4444",
"services": {
"serviceTypes": ["Grooming", "Training"],
"petTypes": ["Dogs", "Cats", "Rabbits"],
"description": "Loving care for your pets.",
"workDays": ["Tuesday", "Thursday", "Saturday", "Sunday"],
"businessPhone": "555-666-7777",
"activeCities": ["New York", "Brooklyn"],
"fees": [
{ "tag": "ONE_TIME", "price": 3 },
{ "tag": "DAILY", "price": 2 },
{ "tag": "WEEKLY", "price": 1 }
]
}
},
{
"username": "MaryJane",
"firstName": "Mary",
"lastName": "Jane",
"email": "[email protected]",
"password": "password123",
"address": {
"street": "987 Pine St",
"city": "Los Angeles",
"state": "California",
"zip": "90005",
"country": "USA"
},
"phone": "555-555-5555",
"services": {
"serviceTypes": ["Walking", "Sitting"],
"petTypes": ["Dogs", "Rabbits", "Guinea Pigs"],
"description": "Caring for your pets like family.",
"workDays": ["Monday", "Wednesday", "Thursday"],
"businessPhone": "555-888-9999",
"activeCities": ["Los Angeles", "Beverly Hills"],
"fees": [
{ "tag": "ONE_TIME", "price": 3 },
{ "tag": "DAILY", "price": 2 },
{ "tag": "WEEKLY", "price": 1 }
]
}
}
]