Identifier
Represents an identifier (name) in Fluent.
Identifiers are used for message IDs, term IDs, attribute names, and variable names.
The type field is always "Identifier" and is serialized to match the upstream fluent-rs fixture shape ({"type": "Identifier", "name": "..."}).