Ezhilarasi | e2c3dc7 | 2019-04-23 20:20:33 +0530 | [diff] [blame] | 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 | { |
| 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 | } |