We currently rely on internal.py defaults to specify optional keys in the configuration through a manually-set config dictionary:
|
def read_optional_key(config: dict): |
We can get around doing this by setting the defaults via the Cerberus config schema.