mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
17 lines
676 B
JSON
17 lines
676 B
JSON
{
|
|
"components": {
|
|
"schemas": {
|
|
"LightningNetworkPaymentMethodBaseData": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"connectionString": {
|
|
"type": "string",
|
|
"description": "The lightning connection string. Set to 'Internal Node' to use the internal node. (See [this doc](https://github.com/btcpayserver/BTCPayServer.Lightning/blob/master/README.md#examples) for some example)",
|
|
"example": "type=clightning;server=..."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|