@wolandscat In basic types bmm, mapping property of DV_TEXT is defined as follows:
["mappings"] = (P_BMM_CONTAINER_PROPERTY) <
name = <"mappings">
type_def = <
container_type = <"Set">
type = <"TERM_MAPPING">
>
cardinality = <|>=0|>
is_im_runtime = <True>
>
According to specs, type_def has type P_BMM_CONTAINER_TYPE and this type has a mandatory type_def field . Based on the definition, it feels like type_def should not be mandatory. If I'm wrong, then it should be written in the bmm file but I have no idea what purpose it would serve here...