Logging + config tweaks

This commit is contained in:
2026-03-10 09:13:37 -07:00
parent 6889edef0c
commit c02e92dd72
3 changed files with 14 additions and 25 deletions

View File

@@ -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)]