1{ activation_amount : Natural
 2, activation_amount_accept : Natural
 3, admins : List Text
 4, adr : Text
 5, approved_domains : List { mapKey : Text, mapValue : Optional Text }
 6, bandwidth_peer : Text
 7, bandwidth_site : Text
 8, braintree :
 9    { environment : Text
10    , merchant_accounts : { CAD : Text, USD : Text }
11    , merchant_id : Text
12    , private_key : Text
13    , public_key : Text
14    }
15, component : { jid : Text, secret : Text }
16, credit_card_url : forall (jid : Text) -> forall (customer_id : Text) -> Text
17, creds : { account : Text, password : Text, username : Text }
18, direct_sources : List { mapKey : Text, mapValue : Text }
19, direct_targets : List { mapKey : Text, mapValue : Text }
20, electrum :
21    { currency : Text
22    , rpc_password : Text
23    , rpc_uri : Text
24    , rpc_username : Text
25    }
26, electrum_bch :
27    { currency : Text
28    , rpc_password : Text
29    , rpc_uri : Text
30    , rpc_username : Text
31    }
32, electrum_notify_url :
33    forall (address : Text) -> forall (customer_id : Text) -> Text
34, interac : Text
35, keep_area_codes : List Text
36, keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
37, keepgo : Optional { access_token : Text, api_key : Text }
38, notify_admin : Text
39, notify_from : Text
40, ogm_path : Text
41, ogm_web_root : Text
42, onboarding_domain : Text
43, oxr_app_id : Text
44, parented_domains :
45    List { mapKey : Text, mapValue : { customer_id : Text, plan_name : Text } }
46, payable : Text
47, plans :
48    List
49      { allow_register : Bool
50      , currency : < CAD | USD >
51      , messages :
52          < limited : { included : Natural, price : Natural } | unlimited >
53      , minutes :
54          < limited : { included : Natural, price : Natural } | unlimited >
55      , monthly_price : Natural
56      , name : Text
57      , subaccount_discount : Natural
58      }
59, reachability_senders : List Text
60, rev_ai_token : Text
61, server : { host : Text, port : Natural }
62, sgx : Text
63, simpleswap_api_key : Text
64, sims :
65    { esim :
66        List
67          { mapKey : < CAD | USD >
68          , mapValue : { plan : Text, price : Natural }
69          }
70    , sim :
71        List
72          { mapKey : < CAD | USD >
73          , mapValue : { plan : Text, price : Natural }
74          }
75    }
76, sip : { app : Text, realm : Text }
77, sip_host : Text
78, snikket_hosting_api : Text
79, support_link : forall (customer_jid : Text) -> Text
80, upstream_domain : Text
81, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
82, web_register : { from : Text, to : Text }
83, web_root : Text
84, xep0157 : List { label : Text, value : Text, var : Text }
85}