blob: 6dc3c84643119d2aa2d39ffe386f1a2ea317d4dd [file] [log] [blame]
Ezhilarasie2c3dc72019-04-23 20:20:33 +05301.. 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
5dt-netbox-ip code
6=================
7
Ezhilarasi2b6cab52019-08-26 18:04:24 +05308.. 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 }