netconf lib bugfixes: invoke_rpc + timeouts.
[ccsdk/cds.git] / docs / datadictionary / sourceinputcode.rst
index b859272..c400a8c 100644 (file)
@@ -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"