-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpayload_example.json
More file actions
158 lines (158 loc) · 5.24 KB
/
Copy pathpayload_example.json
File metadata and controls
158 lines (158 loc) · 5.24 KB
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
{
"user_id": "{uuid}",
"username": "{faker.user_name()}",
"email": "{email(prefix=user_, length=10, domains=gmail.com*hotmail.com*yahoo.com)}",
"password": "{string(length=20)}",
"phone_number": "{number(start=080, length=10)}",
"pick_line": "{pick_line(file=a.txt)}",
"address": {
"street_address": "{faker.street_address()}",
"city": "{faker.city()}",
"state": "{faker.state()}",
"postal_code": "{faker.zipcode()}",
"country": "{faker.country()}"
},
"dob": "{faker.date_of_birth(minimum_age=18, maximum_age=65)}",
"profile": {
"full_name": "{faker.name()}",
"gender": "{choice(male, female, non-binary)}",
"birthdate": "{faker.date_of_birth(minimum_age=18, maximum_age=80)}",
"email": "{email(prefix=user_, length=12)}",
"phone": "{phone_number}",
"address": {
"street": "{faker.street_address()}",
"city": "{faker.city()}",
"state": "{faker.state()}",
"country": "{faker.country()}"
},
"social_profiles": {
"facebook": "{faker.url()}",
"twitter": "{faker.url()}",
"linkedin": "{faker.url()}",
"instagram": "{faker.url()}"
}
},
"company": {
"company_name": "{faker.company()}",
"catch_phrase": "{faker.catch_phrase()}",
"industry": "{faker.bs()}",
"address": {
"street_address": "{faker.street_address()}",
"city": "{faker.city()}",
"state": "{faker.state()}",
"postal_code": "{faker.zipcode()}",
"country": "{faker.country()}"
},
"employees": [
{
"employee_id": "{uuid}",
"name": "{faker.name()}",
"email": "{email(prefix=emp_, length=10)}",
"position": "{faker.job()}",
"salary": "{float(min=35000, max=200000, precision=2)}"
},
{
"employee_id": "{uuid}",
"name": "{faker.name()}",
"email": "{email(prefix=emp_, length=10)}",
"position": "{faker.job()}",
"salary": "{float(min=35000, max=150000, precision=2)}"
}
],
"revenue": "{float(min=500000, max=10000000, precision=2)}",
"market_share": "{float(min=0.1, max=50, precision=1)}",
"founding_date": "{faker.date_of_birth(minimum_age=20, maximum_age=40)}"
},
"product": {
"product_id": "{uuid}",
"product_name": "{faker.word()}",
"category": "{choice(electronics, furniture, clothing, toys, food)}",
"price": "{float(min=1.99, max=1000.00, precision=2)}",
"stock_quantity": "{int(min=0, max=500)}",
"description": "{faker.sentence()}",
"created_at": "{date(format=%Y-%m-%d %H:%M:%S)}",
"updated_at": "{date(format=%Y-%m-%d %H:%M:%S)}",
"rating": "{float(min=1, max=5, precision=1)}"
},
"order": {
"order_id": "{uuid}",
"user_id": "{uuid}",
"product_id": "{uuid}",
"quantity": "{int(min=1, max=10)}",
"total_price": "{float(min=20, max=10000, precision=2)}",
"order_date": "{date(format=%Y-%m-%d)}",
"delivery_date": "{date(format=%Y-%m-%d)}",
"status": "{choice(pending, shipped, delivered, cancelled)}",
"shipping_address": {
"street": "{faker.street_address()}",
"city": "{faker.city()}",
"state": "{faker.state()}",
"postal_code": "{faker.zipcode()}",
"country": "{faker.country()}"
},
"payment_method": "{choice(credit_card, paypal, bank_transfer, cash_on_delivery)}",
"payment_status": "{choice(paid, pending, failed)}"
},
"transaction": {
"transaction_id": "{uuid}",
"user_id": "{uuid}",
"amount": "{float(min=1, max=5000, precision=2)}",
"currency": "{choice(USD, EUR, GBP, INR)}",
"transaction_type": "{choice(deposit, withdrawal, transfer)}",
"status": "{choice(success, failed, pending)}",
"transaction_date": "{date(format=%Y-%m-%d %H:%M:%S)}",
"payment_method": "{choice(credit_card, paypal, bank_transfer)}"
},
"events": [
{
"event_id": "{uuid}",
"event_name": "{faker.bs()}",
"event_date": "{date(format=%Y-%m-%d)}",
"location": "{faker.city()}",
"event_type": "{choice(conference, seminar, workshop, concert)}",
"attendees": "{int(min=50, max=5000)}"
},
{
"event_id": "{uuid}",
"event_name": "{faker.bs()}",
"event_date": "{date(format=%Y-%m-%d)}",
"location": "{faker.city()}",
"event_type": "{choice(conference, seminar, workshop, concert)}",
"attendees": "{int(min=50, max=5000)}"
}
],
"reviews": [
{
"review_id": "{uuid}",
"user_id": "{uuid}",
"product_id": "{uuid}",
"rating": "{float(min=1, max=5, precision=1)}",
"comment": "{faker.sentence()}"
},
{
"review_id": "{uuid}",
"user_id": "{uuid}",
"product_id": "{uuid}",
"rating": "{float(min=1, max=5, precision=1)}",
"comment": "{faker.sentence()}"
}
],
"social_media": {
"facebook": "{faker.url()}",
"twitter": "{faker.url()}",
"linkedin": "{faker.url()}",
"instagram": "{faker.url()}"
},
"multi_factor_auth": {
"email_verified": "{bool}",
"phone_verified": "{bool}",
"google_auth_enabled": "{bool}",
"last_login": "{date(format=%Y-%m-%d %H:%M:%S)}",
"last_ip": "{ip}"
},
"faker.providers": {
"email": "{faker.providers.internet.email}",
"name": "{faker.providers.person.name}",
"phone_number": "{faker.providers.phone_number.phone_number}"
}
}