The scope of a convention is currently restricted to group and array. I would like to propose to add a third scope called convention, or something similar, to enable composability without an apparent violation of the scoping rule.
As an example, the uom convention has scope array but it would be useful to attach a uom object to a proj object, which may exist at the group level. Perhaps this is already (considered) possible as part of composability but, if so, then it should be mentioned explicitly to avoid confusion.
The scope of a convention is currently restricted to
groupandarray. I would like to propose to add a third scope calledconvention, or something similar, to enable composability without an apparent violation of the scoping rule.As an example, the
uomconvention has scopearraybut it would be useful to attach auomobject to aprojobject, which may exist at the group level. Perhaps this is already (considered) possible as part of composability but, if so, then it should be mentioned explicitly to avoid confusion.