aboutsummaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/sourceinputcode.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/datadictionary/sourceinputcode.rst')
-rw-r--r--docs/datadictionary/sourceinputcode.rst13
1 files changed, 7 insertions, 6 deletions
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"