From 2f7a38f772b9479e5d0af265993f6ea476d7544a Mon Sep 17 00:00:00 2001 From: eleonorali Date: Tue, 13 Feb 2018 14:39:39 +0200 Subject: SRIOV - add annotations add fix SRIOV - add annotation - set param_name mandatory Change-Id: I2b75c4b0db8205166205fe86f59f70067720f7e5 Issue-ID: SDC-996 Signed-off-by: eleonorali --- .../src/main/resources/globalTypes/openecomp/annotations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml index bfbf1c2d32..962522ca90 100644 --- a/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml +++ b/common/openecomp-tosca-datatype/src/main/resources/globalTypes/openecomp/annotations.yml @@ -38,5 +38,5 @@ annotation_types: type: string param_name: type: string - required: false + required: true description: Source parameter name \ No newline at end of file -- cgit 1.2.3-korg