{ "name" : "vnfc-model-version", "tags" : "vnfc-model-version", "updated-by" : "Singal, Kapil ", "property" : { "description" : "vnfc-model-version for SRIOV VPE template", "type" : "string" }, "sources" : { "processor-db" : { "type" : "source-processor-db", "properties" : { "type" : "SQL", "query" : "select VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid", "input-key-mapping" : { "vfccustomizationuuid" : "vfccustomizationuuid" }, "output-key-mapping" : { "vnfc-model-version" : "vnfc_model_version" }, "key-dependencies" : [ "vfccustomizationuuid" ] } } } }