mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
21 lines
771 B
JSON
21 lines
771 B
JSON
{
|
|
"components": {
|
|
"schemas": {
|
|
"LNURLPayPaymentMethodBaseData": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"useBech32Scheme": {
|
|
"type": "boolean",
|
|
"description": "Whether to use [LUD-01](https://github.com/fiatjaf/lnurl-rfc/blob/luds/01.md)'s bech32 format or to use [LUD-17](https://github.com/fiatjaf/lnurl-rfc/blob/luds/17.md) url formatting. "
|
|
},
|
|
"lud12Enabled": {
|
|
"type": "boolean",
|
|
"description": "Allow comments to be passed on via lnurl."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|