diff options
author | shaaban Altanany <shaaban.eltanany.ext@orange.com> | 2019-12-17 15:45:51 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-12-24 14:53:21 +0000 |
commit | 033e544e10e6c35b9f38c91972eccb7906ecc6c4 (patch) | |
tree | 97267bc6d28ba55bca237102837769a15a3e0080 /components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json | |
parent | 8fd7adbb9428bc0c14f5f08a321eabd582fbaf48 (diff) |
add group notation to resource dictionary
-including changes to (starter-dictionary,test-dictionary)json files
-add column in resource dictionary table in database
-expose api for getting unique group from resource dictionary table
Issue-ID: CCSDK-2004
Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com>
Change-Id: I0998709af2e692717b9b1b4937943c323144594a
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json')
-rwxr-xr-x[-rw-r--r--] | components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json b/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json index 0a578c9cf..133df5d39 100644..100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json @@ -1,6 +1,7 @@ { "tags": "nfc-naming-code", "name": "nfc-naming-code", + "group":"default", "property": { "description": "nfc-naming-code", "type": "string" @@ -32,4 +33,4 @@ } } } -}
\ No newline at end of file +} |