Logging + config tweaks
This commit is contained in:
@@ -99,7 +99,7 @@ pub struct FieldSpec {
|
||||
pub r#type: FieldType,
|
||||
|
||||
/// How to find this field in a data entry
|
||||
pub path: OneOrMany<ObjectPath>,
|
||||
pub path: Vec<ObjectPath>,
|
||||
|
||||
/// How to post-process this field
|
||||
#[serde(default)]
|
||||
|
||||
Reference in New Issue
Block a user