nimi-python
nimi-python copied to clipboard
Codegenerator should error when an unsupported repeated capability is used in property or method parameter metadata
Description of issue
If a repeated_capability_type
key is used in property or method parameter metadata that is not present in repeated_capabilities
listed in config.py, codegen should error.
Encountered in #1520.