lcdata.schema.get_default_value
- lcdata.schema.get_default_value(schema, key, count=None)
Get the default value for a key in a schema.
- Parameters
- Returns
The default value parsed from the schema.
- Return type
default_value
- Raises
ValueError – If a default value does not exist for this key in the schema.