diff options
author | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-08-26 18:04:24 +0530 |
---|---|---|
committer | Ezhilarasi <ezhrajam@in.ibm.com> | 2019-08-26 18:04:32 +0530 |
commit | 2b6cab52d322077662a625ebffc5eeec0718a82b (patch) | |
tree | 512769263007b1d7cd0599bc60074d24cdf04dc8 /docs/datadictionary/dt-netbox-ip.rst | |
parent | 9b893196ff991931d31c412d822e5c24c643098d (diff) |
Formatted and fixed errors in DOC
Change-Id: I613716d80cd6cf1bc9a4f4bb4cb38802cfe9e34d
Issue-ID: CCSDK-1453
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/datadictionary/dt-netbox-ip.rst')
-rw-r--r-- | docs/datadictionary/dt-netbox-ip.rst | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/docs/datadictionary/dt-netbox-ip.rst b/docs/datadictionary/dt-netbox-ip.rst index 9410580fb..6dc3c8464 100644 --- a/docs/datadictionary/dt-netbox-ip.rst +++ b/docs/datadictionary/dt-netbox-ip.rst @@ -5,18 +5,21 @@ dt-netbox-ip code ================= -{ - "version": "1.0.0", - "description": "This is Netbox IP Data Type", - "properties": { - "address": { - "required": true, - "type": "string" - }, - "id": { - "required": true, - "type": "integer" - } - }, - "derived_from": "tosca.datatypes.Root" -} +.. code-block:: none + :linenos: + + { + "version": "1.0.0", + "description": "This is Netbox IP Data Type", + "properties": { + "address": { + "required": true, + "type": "string" + }, + "id": { + "required": true, + "type": "integer" + } + }, + "derived_from": "tosca.datatypes.Root" + } |