diff options
author | Ashwin Sharma <ashwin.shyam.sharma@att.com> | 2020-04-16 21:26:53 +0000 |
---|---|---|
committer | Ashwin Sharma <ashwin.shyam.sharma@att.com> | 2020-04-17 21:33:50 +0000 |
commit | 37f482d431ebd82d1d086c99817cfb556ed55b2f (patch) | |
tree | 2d70a130dcf5c88397582d41743422f32047ac87 /src/test/resources/tosca/policy-yaml-to-json-with-constraints.json | |
parent | df68db271f23561671a59b1678c39b8ee54cd8e4 (diff) |
Tosca convertor updated with datetime picker plugin feature
Issue-ID: CLAMP-587
Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com>
Change-Id: I1533b8e7a87c3e7c5af3572fef9ccd3a8fae85ef
Signed-off-by: Ashwin Sharma <ashwin.shyam.sharma@att.com>
Diffstat (limited to 'src/test/resources/tosca/policy-yaml-to-json-with-constraints.json')
-rw-r--r-- | src/test/resources/tosca/policy-yaml-to-json-with-constraints.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/tosca/policy-yaml-to-json-with-constraints.json b/src/test/resources/tosca/policy-yaml-to-json-with-constraints.json index b2575486c..fe9b84d13 100644 --- a/src/test/resources/tosca/policy-yaml-to-json-with-constraints.json +++ b/src/test/resources/tosca/policy-yaml-to-json-with-constraints.json @@ -1,7 +1,7 @@ { "schema": { "uniqueItems": "true", - "format": "tabs-top", + "format": "tabs", "type": "array", "title": "Properties with constraints", "items": { |