File tree Expand file tree Collapse file tree 1 file changed +30
-17
lines changed Expand file tree Collapse file tree 1 file changed +30
-17
lines changed Original file line number Diff line number Diff line change 1
1
# vim: set et ts=2 sw=2 tw=80 :
2
2
name : Account
3
3
prefix : account/settings
4
- description :
4
+ description : >
5
+ A representation of account settings.
5
6
schema :
6
7
address_1 :
8
+ type : String
9
+ description : First line of this account's address.
7
10
value : 123 Main St.
8
- type : string
9
11
address_2 :
12
+ type : String
13
+ description : Second line of this account's address.
10
14
value : Suite 101
11
- type : string
12
15
city :
16
+ type : String
17
+ description : City portion of this account's address.
13
18
value : Philadelphia
14
- type : string
15
19
company :
20
+ type : String
21
+ description : This account's company name.
16
22
value : My Company LLC
17
- type : string
18
23
country :
24
+ type : String
25
+ description : Country portion of this account's address.
19
26
value : US
20
- type : string
21
27
email :
28
+ type : String
29
+ description : Email address associated with the account.
22
30
23
- type : string
24
31
first_name :
32
+ type : String
33
+ description : This account holder's first name.
25
34
value : John
26
- type : string
27
35
last_name :
36
+ type : String
37
+ description : This account holder's last name.
28
38
value : Smith
29
- type : string
30
39
network_helper :
31
- value : true
32
- type : boolean
40
+ type : Boolean
33
41
description : Enables network helper by default across all users.
42
+ value : true
34
43
phone :
44
+ type : String
45
+ description : Phone number associated with the account.
35
46
value : 555-555-1212
36
- type : string
37
47
state :
48
+ type : String
49
+ description : State portion of this account's address.
38
50
value : PA
39
- type : string
40
51
zip :
52
+ type : String
53
+ description : Zip Code portion of this account's address.
41
54
value : 19102
42
- type : string
43
55
balance :
56
+ type : Float
57
+ description : This account's balance (in US Dollars).
44
58
value : 0.00
45
- type : float
46
59
longview_subscription :
47
- value : null
48
- type : string
60
+ type : String
49
61
description : The Longview Pro tier you are currently subscribed to.
62
+ value : null
You can’t perform that action at this time.
0 commit comments