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      }
47, reachability_senders : List Text
48, rev_ai_token : Text
49, server : { host : Text, port : Natural }
50, sgx : Text
51, simpleswap_api_key : Text
52, sims :
53    { esim :
54        List
55          { mapKey : < CAD | USD >
56          , mapValue : { plan : Text, price : Natural }
57          }
58    , sim :
59        List
60          { mapKey : < CAD | USD >
61          , mapValue : { plan : Text, price : Natural }
62          }
63    }
64, sip : { app : Text, realm : Text }
65, sip_host : Text
66, snikket_hosting_api : Text
67, support_link : forall (customer_jid : Text) -> Text
68, upstream_domain : Text
69, web : < Inet : { interface : Text, port : Natural } | Unix : Text >
70, web_register : { from : Text, to : Text }
71, web_root : Text
72, xep0157 : List { label : Text, value : Text, var : Text }
73}