aboutsummaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/sourcedefaultcode.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/datadictionary/sourcedefaultcode.rst')
-rw-r--r--docs/datadictionary/sourcedefaultcode.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/datadictionary/sourcedefaultcode.rst b/docs/datadictionary/sourcedefaultcode.rst
index 243f87f09..89c5c2c7d 100644
--- a/docs/datadictionary/sourcedefaultcode.rst
+++ b/docs/datadictionary/sourcedefaultcode.rst
@@ -5,9 +5,10 @@
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
+.. code-block:: json
+ :linenos:
+
+ "description": "This is Default Resource Source Node Type",
+ "version": "1.0.0",
+ "properties": {},
+ "derived_from": "tosca.nodes.ResourceSource"