We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f510 commit 3f5439fCopy full SHA for 3f5439f
cmd/mdatagen/metadata-schema.yaml
@@ -81,7 +81,7 @@ attributes:
81
# Optional: indicates requirement level of the attribute.
82
# - required: the attribute is always included and cannot be excluded.
83
# - 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.
+ # - recommended (default behavior): the attribute is included by default but can be disabled via configuration.
85
# - opt_in: the attribute is not included unless explicitly enabled in user config.
86
requirement_level: <required|conditionally_required|recommended|opt_in>
87
0 commit comments