X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fdatadictionary%2Fsourceinputcode.rst;h=c400a8c4c20b2e294c7b51479e2a9a95849b60c5;hb=c5e746a4d028b4e1c4ca93d0d7ce43ab34214344;hp=b859272eabfb4b84118fa39eea73e63d686915c2;hpb=5da4b575a18c433b9a15e2ea68a6e11ccfa535e6;p=ccsdk%2Fcds.git diff --git a/docs/datadictionary/sourceinputcode.rst b/docs/datadictionary/sourceinputcode.rst index b859272ea..c400a8c4c 100644 --- a/docs/datadictionary/sourceinputcode.rst +++ b/docs/datadictionary/sourceinputcode.rst @@ -5,9 +5,10 @@ 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 +.. code-block:: json + :linenos: + + "description": "This is Input Resource Source Node Type", + "version": "1.0.0", + "properties": {}, + "derived_from": "tosca.nodes.ResourceSource"