Normalized component of a DMN item definition.
@type t() :: %Boxic.DMN.Model.ItemComponent{ allowed_values: String.t() | nil, components: [t()], id: String.t() | nil, is_collection: boolean() | nil, name: String.t() | nil, type_ref: String.t() | nil }