contentType
A UTType identifying how to interpret Content.
Declaration
var contentType: UTTypeDiscussion
Packages that ship data attachment payloads should declare a dedicated UTType conforming to .data (or a more specific format like .json) and expose it as a static extension member so consumers can match on it directly.