Merge "Add and update Guide 'Running BP Processor in IDE"
[ccsdk/cds.git] / docs / datadictionary / dt-netbox-ip.rst
1 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
2 .. http://creativecommons.org/licenses/by/4.0
3 .. Copyright (C) 2019 IBM.
4
5 dt-netbox-ip code
6 =================
7
8 .. code-block:: none
9    :linenos:
10    
11    {
12      "version": "1.0.0",
13      "description": "This is Netbox IP Data Type",
14      "properties": {
15        "address": {
16          "required": true,
17          "type": "string"
18        },
19        "id": {
20          "required": true,
21          "type": "integer"
22        }
23      },
24      "derived_from": "tosca.datatypes.Root"
25    }