diff options
author | Christophe Closset <christophe.closset@intl.att.com> | 2020-04-23 08:49:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-23 08:49:36 +0000 |
commit | 6c42be8a5b9a90c3a2c2907174d4264cf5606ac4 (patch) | |
tree | 1fa699ffdd06a65c79cf1e76103429d3bf347f81 /src/test/resources/tosca/new-converter | |
parent | e57ccc972e080ce039d7a1325332fcae3b75bbf1 (diff) | |
parent | ab9bc444f84f2cbb89747543657de3a54e4554b8 (diff) |
Merge "Fix entityId bug"
Diffstat (limited to 'src/test/resources/tosca/new-converter')
-rw-r--r-- | src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json | 4 |
1 files changed, 4 insertions, 0 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": { |