diff options
author | Dan Timoney <dtimoney@att.com> | 2019-04-19 00:25:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-19 00:25:21 +0000 |
commit | b6f5997c51bf9ad1e0cfd337bd5d12147bfb7058 (patch) | |
tree | 9b87589693653f4bb9090fbeb671da3bf27e4dbc | |
parent | dad96b466349833606836a7de72998e7b2ed8ed0 (diff) | |
parent | 66df427e1ebf7799726b60c91b80ee44a80950f0 (diff) |
Merge "Doc Source default code"
-rw-r--r-- | docs/datadictionary/sourcedefaultcode.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/datadictionary/sourcedefaultcode.rst b/docs/datadictionary/sourcedefaultcode.rst new file mode 100644 index 000000000..243f87f09 --- /dev/null +++ b/docs/datadictionary/sourcedefaultcode.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 Default code +=================== + +{ + "description": "This is Default Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" +}
\ No newline at end of file |