OptionaldefaultDefault value if not provided at runtime.
Only used when required=false. If the dimension is not in the runtime scope
and a defaultValue is set, this value will be used.
OptionaldescriptionHuman-readable description of this dimension for documentation.
OptionalentityOptional MemberJunction Entity ID for validation. When provided, runtime values can be validated as existing records in that entity. When null/omitted, the dimension accepts any string value (useful for non-entity dimensions like "Region", "DealStage", "ProductLine", etc.).
OptionalinheritanceInheritance mode for this specific dimension, overrides defaultInheritanceMode.
Dimension name/key (e.g., "ContactID", "TeamName", "Region").
This is the key used in ExecuteAgentParams.SecondaryScopes and stored
in the SecondaryScopes JSON field on notes/examples/runs.
OptionalrequiredWhether this dimension is required at runtime.
When true, ExecuteAgentParams.SecondaryScopes must include this dimension
or have a defaultValue defined.
Definition of a single secondary scope dimension.
Secondary dimensions allow fine-grained scoping beyond the primary scope level. Each dimension can be configured for validation, inheritance behavior, and defaults.
Since
2.131.0