X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fdefinition-type%2Fstarter-type%2Fdata_type%2Fdt-netbox-ip.json;fp=components%2Fmodel-catalog%2Fdefinition-type%2Fstarter-type%2Fdata_type%2Fdt-netbox-ip.json;h=81c908d622d7b3d15e9dd881a00c19ffaafc1e94;hb=643639aadc4fd4868efc814c9f7c1d121faa4253;hp=0000000000000000000000000000000000000000;hpb=758458d3f0ecb9c9abeca5b5f8dde39171c0e9f2;p=ccsdk%2Fapps.git diff --git a/components/model-catalog/definition-type/starter-type/data_type/dt-netbox-ip.json b/components/model-catalog/definition-type/starter-type/data_type/dt-netbox-ip.json new file mode 100644 index 00000000..81c908d6 --- /dev/null +++ b/components/model-catalog/definition-type/starter-type/data_type/dt-netbox-ip.json @@ -0,0 +1,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" +} \ No newline at end of file