diff options
author | 2019-08-26 17:35:13 +0000 | |
---|---|---|
committer | 2019-08-26 17:35:13 +0000 | |
commit | 29e15e0c9a0771d4e1734277bef58c1a2c416f1b (patch) | |
tree | 827081b80f85eb1052cf8b0f04fb0e2cf31d9dc9 /docs/datadictionary/dt-netbox-ip.rst | |
parent | c3ebcdbdf11ecd70778ee7efa63b6221579d1d51 (diff) | |
parent | 2b6cab52d322077662a625ebffc5eeec0718a82b (diff) |
Merge "Formatted and fixed errors in DOC"
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" + } |