-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimple_static.yml
48 lines (48 loc) · 1.01 KB
/
simple_static.yml
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
- object: Account
fields:
name:
fake: company
BillingStreet:
fake: street_address
BillingCity:
fake: city
BillingState:
fake: state
BillingPostalCode:
fake: postalcode
BillingCountry: United States
ShippingCountry: United States
Phone:
fake: phone_number
Fax:
fake: phone_number
Description:
fake: catch_phrase
NumberOfEmployees:
random_number:
min: 1
max: 500000
friends:
- object: Contact
count: 2 #create 2 contacts for each account
fields:
AccountId:
reference: Account
Salutation:
fake: prefix
FirstName:
fake: first_name
LastName:
fake: last_name
Email:
fake: email
Phone:
fake: phone_number
MobilePhone:
fake: phone_number
Title:
fake: job
Birthdate:
fake.date_between:
start_date: -60y
end_date: -25y