config-schema.dhall

 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 : { rpc_password : Text, rpc_uri : Text, rpc_username : Text }
21, electrum_notify_url :
22    forall (address : Text) -> forall (customer_id : Text) -> Text
23, interac : Text
24, keep_area_codes : List Text
25, keep_area_codes_in : { account : Text, sip_peer_id : Text, site_id : Text }
26, keepgo : Optional { access_token : Text, api_key : Text }
27, notify_admin : Text
28, notify_from : Text
29, ogm_path : Text
30, ogm_web_root : Text
31, onboarding_domain : Text
32, oxr_app_id : Text
33, parented_domains :
34    List { mapKey : Text, mapValue : { customer_id : Text, plan_name : Text } }
35, payable : Text
36, plans :
37    List
38      { allow_register : Bool
39      , currency : < CAD | USD >
40      , messages :
41          < limited : { included : Natural, price : Natural } | unlimited >
42      , minutes :
43          < limited : { included : Natural, price : Natural } | unlimited >
44      , monthly_price : Natural
45      , name : Text
46      , subaccount_discount : Natural
47      }
48, reachability_senders : List Text
49, rev_ai_token : Text
50, server : { host : Text, port : Natural }
51, sgx : Text
52, simpleswap_api_key : Text
53, sims :
54    { esim :
55        List
56          { mapKey : < CAD | USD >
57          , mapValue : { plan : Text, price : Natural }
58          }
59    , sim :
60        List
61          { mapKey : < CAD | USD >
62          , mapValue : { plan : Text, price : Natural }
63          }
64    }
65, sip : { app : Text, realm : Text }
66, sip_host : Text
67, snikket_hosting_api : Text
68, support_link : forall (customer_jid : Text) -> Text
69, upstream_domain : Text
70, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
71, web_register : { from : Text, to : Text }
72, web_root : Text
73, xep0157 : List { label : Text, value : Text, var : Text }
74}