diff options
author | Gervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com> | 2020-04-02 13:42:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-02 13:42:00 +0000 |
commit | 8d446271551b11cac19a4f2c848c648f542bf721 (patch) | |
tree | 9943f61671a468f9ab6a9bd3debdd4a6325b52ae /src/test | |
parent | 399e0085449bbf1e3c7fe29e67049a0bcf38860e (diff) | |
parent | f4c8c80c3b6e4da48592fed9de79d285e29744b5 (diff) |
Merge "Change generated json schema"
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/resources/tosca/new-converter/tca-with-metadata.json | 6 | ||||
-rw-r--r-- | src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/src/test/resources/tosca/new-converter/tca-with-metadata.json b/src/test/resources/tosca/new-converter/tca-with-metadata.json index 1b95f8c95..3a700c8ee 100644 --- a/src/test/resources/tosca/new-converter/tca-with-metadata.json +++ b/src/test/resources/tosca/new-converter/tca-with-metadata.json @@ -170,7 +170,8 @@ "description": "Version number associated with the threshold" } } - } + }, + "format": "tabs-top" }, "context": { "type": "string", @@ -212,7 +213,8 @@ } } } - } + }, + "format": "tabs-top" } } } 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 4cb5bd8c1..58dff236e 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 @@ -292,6 +292,10 @@ } } } + }, + { + "title": "User defined", + "properties": {} } ] }, @@ -588,7 +592,8 @@ "default": "final_success" } } - } + }, + "format": "tabs-top" }, "trigger": { "type": "string", |