aboutsummaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml')
-rw-r--r--integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml b/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml
new file mode 100644
index 0000000000..657c2d874c
--- /dev/null
+++ b/integration-tests/src/test/resources/Files/imports/tosca/data-types/dataTypes.yml
@@ -0,0 +1,14 @@
+tosca.datatypes.nfv.AdditionalServiceData:
+ derived_from: tosca.datatypes.Root
+ description: describes the additional service data of the VirtualCp used to expose properties of the VirtualCp to NFV-MANO.
+ properties:
+ portData:
+ type: list
+ description: Service port numbers exposed by the VirtualCp.
+ required: false
+ entry_schema:
+ type: tosca.datatypes.nfv.ServicePortData
+ serviceData:
+ type: string
+ description: Service matching information exposed by the VirtualCp.
+ required: false \ No newline at end of file