summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type/starter-type/data_type/dt-netbox-ip.json
blob: 81c908d622d7b3d15e9dd881a00c19ffaafc1e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
}