summaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/dt-netbox-ip.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-26 17:35:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-26 17:35:13 +0000
commit29e15e0c9a0771d4e1734277bef58c1a2c416f1b (patch)
tree827081b80f85eb1052cf8b0f04fb0e2cf31d9dc9 /docs/datadictionary/dt-netbox-ip.rst
parentc3ebcdbdf11ecd70778ee7efa63b6221579d1d51 (diff)
parent2b6cab52d322077662a625ebffc5eeec0718a82b (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.rst33
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"
+ }