blob: 9410580fb3a9fd3be88f4f790d6aa52979f6bae5 [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
8{
9 "version": "1.0.0",
10 "description": "This is Netbox IP Data Type",
11 "properties": {
12 "address": {
13 "required": true,
14 "type": "string"
15 },
16 "id": {
17 "required": true,
18 "type": "integer"
19 }
20 },
21 "derived_from": "tosca.datatypes.Root"
22}