vnfd.configurable-properties. additional-configurable-property: key-value pairs IFA011: the intent is to specify the type of the properties (“Describes the configurable properties of the VNF”); values are submitted via the LCM API (Modify VNF info) SOL001: VnfConfigurableProperties. additional_configurable_properties can be defined in a type-safe manner
There are two ways this can be done in YANG. Follow the modifiableAttributes example to extend the model and define properties in type safe manner. Or do what I suggested for the other bug. Extend the KVP array to have a third parameter that describes what is the type for the value in the key/value pair.
Contribution NFVSOL(19)232r1 documents an informative example that will be included in the GS to demonstrate how any node including configurable-properties node can be extended to add additional configurable properties to the model. As such, this bug should be closed.