Skip to content

Commit 3f5439f

Browse files
authored
[chore] [mdatagen] Clarify attribute requirement_level default behavior (#14060)
Simple follow-up for #13913
1 parent 3f9f510 commit 3f5439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/mdatagen/metadata-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ attributes:
8181
# Optional: indicates requirement level of the attribute.
8282
# - required: the attribute is always included and cannot be excluded.
8383
# - conditionally_required: the attribute is included by default when certain conditions are met.
84-
# - recommended: the attribute is included by default but can be disabled via configuration.
84+
# - recommended (default behavior): the attribute is included by default but can be disabled via configuration.
8585
# - opt_in: the attribute is not included unless explicitly enabled in user config.
8686
requirement_level: <required|conditionally_required|recommended|opt_in>
8787

0 commit comments

Comments
 (0)