diff --git a/cyphernodeconf_docker/schema/config-v0.1.0.json b/cyphernodeconf_docker/schema/config-v0.1.0.json index f72734b..044e2f8 100644 --- a/cyphernodeconf_docker/schema/config-v0.1.0.json +++ b/cyphernodeconf_docker/schema/config-v0.1.0.json @@ -32,6 +32,7 @@ "gatekeeper_statuspw", "gatekeeper_datapath", "lightning_expose", + "lightning_external_ip", "lightning_implementation", "lightning_datapath", "lightning_nodename", @@ -316,6 +317,15 @@ false ] }, + "lightning_external_ip": { + "$id": "#/properties/lightning_external_ip", + "type": "string", + "format": "ipv4", + "title": "Lightning node reachable ip", + "examples": [ + "123.123.123.123" + ] + }, "gatekeeper_datapath": { "$id": "#/properties/gatekeeper_datapath", "type": "string",