diff --git a/freva/src/drs/metadata/custom.rs b/freva/src/drs/metadata/custom.rs index 323963690394d4ef04a34277973e1d6c0a5e23b4..85dce1ad53981f42b49dde964506befac6c4cff3 100644 --- a/freva/src/drs/metadata/custom.rs +++ b/freva/src/drs/metadata/custom.rs @@ -72,7 +72,8 @@ lazy_static! { /// joining sections is not supported. /// /// All part names are accepted directly as strings and will have no verification for correctness or conformity to any -/// existing DRS specification in terms of allowed values. +/// existing DRS specification in terms of allowed values. Additional names are also allowed but are ignored. This can +/// be used to mark out parts of the path/name that aren't used for DRS data. #[derive(Debug, Clone)] pub struct ComponentConfig { /// The keys of the different path segments in the order they are expected to appear in the path. This does not