Variables often have an official name and a "short name" variant.
For example, ECMWF land_sea_mask that also defines short-name: lsm.
https://codes.ecmwf.int/grib/param-db/172
It would be worth having a short_name property for describing these variables, since they are commonly used in scripts loading the data, and it might not be that obvious for non-expert users to resolve the mapping.
Alternatively (or additionally), there could also be directly a property (definition or similar) that contains the "https://codes.ecmwf.int/grib/param-db/172" link for explicit referencing.