diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-18 18:29:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-18 18:29:56 +0000 |
commit | a0f6c597b54f42e141be6f41c6b228f4dc3ee988 (patch) | |
tree | b97b82753427abb662aab5f1ed9cff557ea174ee /components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json | |
parent | 94c1eb878c45e22ebf40aac47580d584bfb3cc0d (diff) | |
parent | 1b5d34c4a9c62de7aee833529e9df160315c5f8f (diff) |
Merge "Adding custom headers capability to REST client"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json new file mode 100755 index 00000000..32468533 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pnf-id.json @@ -0,0 +1,15 @@ +{ + "name" : "pnf-id", + "tags" : "pnf-id", + "updated-by" : "Rodrigo Ottero <rodrigo.ottero@est.tech>", + "property" : { + "description" : "pnf-id", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +}
\ No newline at end of file |