From 052b7bd78ad4808f6eac31553c12cee7569eaefb Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Tue, 4 Sep 2018 20:24:35 +0000 Subject: Controller Blueprints Microservice Refactor controller blueprint core and resource dictionary modules to components module. Change-Id: If5ba5e35e9c95bc19bc78fb10bd62d6551ba7aca Issue-ID: CCSDK-514 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- .../load/resource_dictionary/input-source.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 components/resource-dict/load/resource_dictionary/input-source.json (limited to 'components/resource-dict/load/resource_dictionary/input-source.json') diff --git a/components/resource-dict/load/resource_dictionary/input-source.json b/components/resource-dict/load/resource_dictionary/input-source.json new file mode 100644 index 000000000..676d92f86 --- /dev/null +++ b/components/resource-dict/load/resource_dictionary/input-source.json @@ -0,0 +1,19 @@ +{ + "name": "input-source", + "property" :{ + "description": "name of the ", + "type": "string" + }, + "resource-path": "action-name", + "resource-type": "ONAP", + "updated-by": "brindasanth@onap.com", + "tags": null, + "sources": { + "input": { + "type": "source-input", + "properties": { + "key": "action-name" + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg