diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-17 18:43:00 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-04-17 18:43:06 +0530 |
commit | 8a84a4f15f3034f5749587cb2633a93a38d4e88c (patch) | |
tree | a1b972de30e4effc21666327429310d759450971 /docs/datadictionary/sourceinputcode.rst | |
parent | 569eaa5163b07d153c9b76195ecfd586bc84d7a7 (diff) |
Doc Source input code
Change-Id: I33bbfec5e8e77932403eefd8e0cdad5e1769fcdf
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/datadictionary/sourceinputcode.rst')
-rw-r--r-- | docs/datadictionary/sourceinputcode.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/datadictionary/sourceinputcode.rst b/docs/datadictionary/sourceinputcode.rst new file mode 100644 index 000000000..b859272ea --- /dev/null +++ b/docs/datadictionary/sourceinputcode.rst @@ -0,0 +1,13 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +Source Input code +================= + +{ + "description": "This is Input Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" +}
\ No newline at end of file |