X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdatadictionary%2Fresourcesource.rst;h=4d4619a0e3ac1dce5f9a9376c5d3dd39752f8056;hb=2b0442d1d2e721c4bf762bb2a3e75bc7606f9fcf;hp=852a34f0773d65620cae48bec949d642aa53a680;hpb=4b745783a12ef5e03d90488c1db5673baadf47f8;p=ccsdk%2Fcds.git diff --git a/docs/datadictionary/resourcesource.rst b/docs/datadictionary/resourcesource.rst index 852a34f07..4d4619a0e 100644 --- a/docs/datadictionary/resourcesource.rst +++ b/docs/datadictionary/resourcesource.rst @@ -2,35 +2,46 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright (C) 2019 IBM. -Resource Source +Resource Source --------------- Input: ====== Expects the value to be provided as input to the request. -source-input: -.. code: json -print(" - "description": "This is Input Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" -") +.. code-block:: json + :linenos: + + { + "source-input" : + { + "description": "This is Input Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } + } + Default: ======== Expects the value to be defaulted in the model itself. -source-default: - - "description": "This is Default Resource Source Node Type", - "version": "1.0.0", - "properties": {}, - "derived_from": "tosca.nodes.ResourceSource" - + +.. code-block:: json + :linenos: + + { + "source-default" : + { + "description": "This is Default Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource" + } + } sql: