In the YAML file format, superstructures is not allowed for enumeration values.
This limitation resulted in bugs like #100 since it could not be validated. If instead, https://gedcom.io/terms/v7/enum-BIC had had something like
superstructures:
"https://gedcom.io/terms/v7/SLGC": "{0:1}"
then the bug with
would have been automatically detected.