diff options
Diffstat (limited to 'src/test/resources/tosca')
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 ad985292..e03e48fc 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 d9b5aee9..190636c4 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 @@ -371,6 +371,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 081e0f25..32adce9b 100644 --- a/src/test/resources/tosca/operational-policy-json-schema.json +++ b/src/test/resources/tosca/operational-policy-json-schema.json @@ -729,6 +729,10 @@ } }, { + "title": "User defined", + "properties": {} + }, + { "title": "VNF-vLoadBalancerMS 0", "properties": { "type": { @@ -941,4 +945,4 @@ } } } -} +}
\ No newline at end of file |