Sample code for Complextype resource 64/86064/1
authorEzhilarasi <ezhrajam@in.ibm.com>
Tue, 23 Apr 2019 14:50:33 +0000 (20:20 +0530)
committerEzhilarasi <ezhrajam@in.ibm.com>
Tue, 23 Apr 2019 14:51:19 +0000 (20:21 +0530)
Change-Id: I37aae54f8af585e169bfa17ac6f7709a87f60eee
Issue-ID: CCSDK-1221
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
docs/datadictionary/dt-netbox-ip.rst [new file with mode: 0644]

diff --git a/docs/datadictionary/dt-netbox-ip.rst b/docs/datadictionary/dt-netbox-ip.rst
new file mode 100644 (file)
index 0000000..9410580
--- /dev/null
@@ -0,0 +1,22 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright (C) 2019 IBM.
+
+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"
+}