if a default is possible it means values are optional

This commit is contained in:
fryorcraken 2025-09-10 15:32:06 +10:00
parent cf84d3d4a3
commit a3c37c1be1
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -105,7 +105,7 @@ types:
constraints: [ "edge", "relay" ]
description: "The mode of operation of the Waku node. Core protocols used by the node are inferred from this mode."
network_config:
type: NetworkConfig
type: option<NetworkConfig>
default: TheWakuNetworkPreset
store_confirmation:
type: bool