aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-04-02 13:33:19 +0200
committersebdet <sebastien.determe@intl.att.com>2020-04-02 14:24:38 +0200
commitf4c8c80c3b6e4da48592fed9de79d285e29744b5 (patch)
tree99b31d482505f096d323ce6e33c654f5dc4c896a /src/test/resources
parenteb4e4ca9b9eb2a2f2fe16d8e5a1bc9ac463c6ebe (diff)
Change generated json schema
Add tabs-top format for array in the policy json schema generated + add a default case for payload Issue-ID: CLAMP-810 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I5cca893cda57838c0244fc82974dd5519e787506
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/tosca/new-converter/tca-with-metadata.json6
-rw-r--r--src/test/resources/tosca/new-converter/tosca_apex_with_metadata.json7
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 1b95f8c9..3a700c8e 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 4cb5bd8c..58dff236 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",