From 37f482d431ebd82d1d086c99817cfb556ed55b2f Mon Sep 17 00:00:00 2001 From: Ashwin Sharma Date: Thu, 16 Apr 2020 21:26:53 +0000 Subject: Tosca convertor updated with datetime picker plugin feature Issue-ID: CLAMP-587 Signed-off-by: Ashwin Sharma Change-Id: I1533b8e7a87c3e7c5af3572fef9ccd3a8fae85ef Signed-off-by: Ashwin Sharma --- src/test/resources/tosca/policy-yaml-to-json-with-datatypes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources/tosca/policy-yaml-to-json-with-datatypes.json') diff --git a/src/test/resources/tosca/policy-yaml-to-json-with-datatypes.json b/src/test/resources/tosca/policy-yaml-to-json-with-datatypes.json index d470d928..ef9c2c03 100644 --- a/src/test/resources/tosca/policy-yaml-to-json-with-datatypes.json +++ b/src/test/resources/tosca/policy-yaml-to-json-with-datatypes.json @@ -1,7 +1,7 @@ { "schema": { "uniqueItems": "true", - "format": "tabs-top", + "format": "tabs", "type": "array", "title": "Properties with different types", "items": { -- cgit 1.2.3-korg