(In reply to :Gijs (he/him) from comment #0) > We already have some checks that enforce that certain _types_ of metrics have a particular declared data sensitivity (though I looked and couldn't easily find the code that does that?), It's enforced [by the schema](https://github.com/mozilla/glean_parser/blob/36a1bdc8d5aabd3b85ee0f64d544e6522d65b1e8/glean_parser/schemas/metrics.2-0-0.schema.yaml#L798).
Bug 1973017 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to :Gijs (he/him) from comment #0) > We already have some checks that enforce that certain _types_ of metrics have a particular declared data sensitivity (though I looked and couldn't easily find the code that does that?), It's enforced [by the schema](https://github.com/mozilla/glean_parser/blob/36a1bdc8d5aabd3b85ee0f64d544e6522d65b1e8/glean_parser/schemas/metrics.2-0-0.schema.yaml#L798), and apparently it's only for `text`, not for `url` like I expected. Huh.