diff options
Diffstat (limited to 'src/test')
3 files changed, 13 insertions, 1 deletions
diff --git a/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json b/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json index ad985292c..e03e48fcf 100644 --- a/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json +++ b/src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json @@ -258,6 +258,10 @@ "description": "Map of values that identify the resource. If none are provided, it is assumed that the\nentity that generated the ONSET event will be the target.\n", "anyOf": [ { + "title": "User defined", + "properties": {} + }, + { "title": "VNF-vLoadBalancerMS 0", "properties": { "resourceID": { diff --git a/src/test/resources/tosca/operational-policy-cds-payload-with-list.json b/src/test/resources/tosca/operational-policy-cds-payload-with-list.json index 13b468ea0..81f21d07b 100644 --- a/src/test/resources/tosca/operational-policy-cds-payload-with-list.json +++ b/src/test/resources/tosca/operational-policy-cds-payload-with-list.json @@ -372,6 +372,10 @@ } }, { + "title": "User defined", + "properties": {} + }, + { "title": "VNF-vLoadBalancerMS 0", "properties": { "type": { diff --git a/src/test/resources/tosca/operational-policy-json-schema.json b/src/test/resources/tosca/operational-policy-json-schema.json index 9dee089e0..f6c180aae 100644 --- a/src/test/resources/tosca/operational-policy-json-schema.json +++ b/src/test/resources/tosca/operational-policy-json-schema.json @@ -730,6 +730,10 @@ } }, { + "title": "User defined", + "properties": {} + }, + { "title": "VNF-vLoadBalancerMS 0", "properties": { "type": { @@ -1091,4 +1095,4 @@ } } } -} +}
\ No newline at end of file |