diff --git a/core/dogu_v2_configuration_field.go b/core/dogu_v2_configuration_field.go index c5a59b2..27d9972 100644 --- a/core/dogu_v2_configuration_field.go +++ b/core/dogu_v2_configuration_field.go @@ -76,6 +76,13 @@ type ConfigurationField struct { // // Validation ValidationDescriptor + // IsDirectory marks this configuration field to be a directory. Multiple keys can be stored in this directory. + // This field is optional. If unset, a value of `false` will be assumed. + // + // Example: + // - false + // + IsDirectory bool } // ValidationDescriptor describes how to determine if a config value is valid.