diff --git a/doc/schemas/delinvoice.schema.json b/doc/schemas/delinvoice.schema.json index 1803a7fbd..2a86ad594 100644 --- a/doc/schemas/delinvoice.schema.json +++ b/doc/schemas/delinvoice.schema.json @@ -101,6 +101,7 @@ "payment_hash": {}, "pay_index": {}, "amount_received_msat": {}, + "msatoshi_received": {}, "paid_at": {}, "payment_preimage": {} } @@ -145,6 +146,9 @@ "type": "msat", "description": "how much was actually received" }, + "msatoshi_received": { + "deprecated": "true" + }, "paid_at": { "type": "u64", "description": "UNIX timestamp of when payment was received"