diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-lightning-addresses.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-lightning-addresses.json index b20a00aee..25dd2d774 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-lightning-addresses.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-lightning-addresses.json @@ -218,32 +218,32 @@ } ] } - }, - "components": { - "schemas": { - "LightningAddressData": { - "type": "object", - "additionalProperties": false, - "properties": { - "username": { - "type": "string", - "description": "The username of the lightning address" - }, - "currencyCode": { - "type": "string", - "nullable": true, - "description": "The currency to generate the invoices for this lightning address in. Leave null lto use the store default." - }, - "min": { - "type": "string", - "nullable": true, - "description": "The minimum amount in sats this ln address allows" - }, - "max": { - "type": "string", - "nullable": true, - "description": "The maximum amount in sats this ln address allows" - } + } + }, + "components": { + "schemas": { + "LightningAddressData": { + "type": "object", + "additionalProperties": false, + "properties": { + "username": { + "type": "string", + "description": "The username of the lightning address" + }, + "currencyCode": { + "type": "string", + "nullable": true, + "description": "The currency to generate the invoices for this lightning address in. Leave null lto use the store default." + }, + "min": { + "type": "string", + "nullable": true, + "description": "The minimum amount in sats this ln address allows" + }, + "max": { + "type": "string", + "nullable": true, + "description": "The maximum amount in sats this ln address allows" } } }