Error message
When this error occurs
Thescope field within a namespace (dataset.scope or rosetta_stone.scope) must contain at least one of:
enabled_stats— an explicit stat setstat_optionswith at least one actual option (e.g.,histogramwith tuning parameters)
stat_options: {} with no enabled_stats, or stat_options: { "histogram": null }.
Example: request that triggers this error
stat_options but no actual options inside it.
How to fix
Add meaningful content to the scope:scope field and use fields only, or remove the namespace entirely.
Related errors
- DefaultsMissingEnabledStats — similar constraint at the defaults level
- EmptyNamespace — the namespace itself is empty

