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/operational-policy-json-schema.json | |
parent | e57ccc972e080ce039d7a1325332fcae3b75bbf1 (diff) | |
parent | ab9bc444f84f2cbb89747543657de3a54e4554b8 (diff) |
Merge "Fix entityId bug"
Diffstat (limited to 'src/test/resources/tosca/operational-policy-json-schema.json')
-rw-r--r-- | src/test/resources/tosca/operational-policy-json-schema.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/test/resources/tosca/operational-policy-json-schema.json b/src/test/resources/tosca/operational-policy-json-schema.json index 081e0f25a..32adce9bd 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 |