blob: 7c521a7c024e0f55271d829148262f1df18b6568 [file] [log] [blame]
Singal, Kapil (ks220y)83c8be72018-09-21 14:31:06 -04001{
2 "name" : "nfc-naming-code",
3 "tags" : "nfc-naming-code",
4 "updated-by" : "Singal, Kapil <ks220y@att.com>",
5 "property" : {
6 "description" : "nfc-naming-code",
7 "type" : "string"
8 },
9 "sources" : {
Singal, Kapil (ks220y)32e90cd2019-01-11 13:58:38 -050010 "primary-db" : {
11 "type" : "source-primary-db",
Singal, Kapil (ks220y)83c8be72018-09-21 14:31:06 -040012 "properties" : {
13 "type" : "SQL",
14 "query" : "select nfc_naming_code as nfc_naming_code from sdnctl.VFC_MODEL where customization_uuid=:vfccustomizationuuid",
15 "input-key-mapping" : {
16 "vfccustomizationuuid" : "vfccustomizationuuid"
17 },
18 "output-key-mapping" : {
19 "nfc-naming-code" : "nfc_naming_code"
20 },
21 "key-dependencies" : [ "vfccustomizationuuid" ]
22 }
23 }
24 }
25}