diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index 07a526f44..3cd6c5adb 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -446,17 +446,17 @@ "The direction to apply this change to." ] }, - "maximum_msat": { - "type": "msat", - "description": [ - "The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both." - ] - }, "minimum_msat": { "type": "msat", "description": [ "The minumum value which this channel could pass. This or *minimum_msat* must be specified, but not both." ] + }, + "maximum_msat": { + "type": "msat", + "description": [ + "The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both." + ] } } }, diff --git a/doc/schemas/lightning-askrene-inform-channel.json b/doc/schemas/lightning-askrene-inform-channel.json index 84017b285..8ba0f90f6 100644 --- a/doc/schemas/lightning-askrene-inform-channel.json +++ b/doc/schemas/lightning-askrene-inform-channel.json @@ -34,17 +34,17 @@ "The direction to apply this change to." ] }, - "maximum_msat": { - "type": "msat", - "description": [ - "The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both." - ] - }, "minimum_msat": { "type": "msat", "description": [ "The minumum value which this channel could pass. This or *minimum_msat* must be specified, but not both." ] + }, + "maximum_msat": { + "type": "msat", + "description": [ + "The maximum value which this channel could pass. This or *minimum_msat* must be specified, but not both." + ] } } },