Currently, some optional config values must be specific one of ```json { "entry": null } ``` or ```json { } ``` (no entry for the key `"entry"`) depending on `entry`. Both should be allowed for all optional config values.
Currently, some optional config values must be specific one of
{ "entry": null }or
{ }(no entry for the key
"entry")depending on
entry. Both should be allowed for all optional config values.