aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json
blob: 4e1ba2b0aad5b902ce99a86f035a4b1f198b0cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name" : "nfc-naming-code",
  "tags" : "nfc-naming-code",
  "updated-by" : "Singal, Kapil <ks220y@att.com>",
  "property" : {
    "description" : "nfc-naming-code",
    "type" : "string"
  },
  "sources" : {
    "primary-db" : {
      "type" : "source-primary-db",
      "properties" : {
        "type" : "SQL",
        "query" : "select nfc_naming_code as nfc_naming_code from sdnctl.VFC_MODEL where customization_uuid=:vfccustomizationuuid",
        "input-key-mapping" : {
          "vfccustomizationuuid" : "vfccustomizationuuid"
        },
        "output-key-mapping" : {
          "nfc-naming-code" : "nfc_naming_code"
        },
        "key-dependencies" : [ "vfccustomizationuuid" ]
      }
    }
  }
}