From 7943a0cdad6d1e8074ef31cc0fce19a6a8558eb9 Mon Sep 17 00:00:00 2001 From: franciscovila Date: Mon, 13 Jun 2022 12:19:02 +0100 Subject: VFC properties of type timestamp not visible in property assignment Fixing issues with timestamp type Issue-ID: SDC-4048 Signed-off-by: franciscovila Change-Id: Iaf5c14cbfcd00fd964974388e42e2e26e9101d3b --- asdctool/src/main/resources/config/dataTypes.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'asdctool') diff --git a/asdctool/src/main/resources/config/dataTypes.yml b/asdctool/src/main/resources/config/dataTypes.yml index 2c65c8fc04..d3c2f3b54c 100644 --- a/asdctool/src/main/resources/config/dataTypes.yml +++ b/asdctool/src/main/resources/config/dataTypes.yml @@ -4,6 +4,9 @@ tosca.datatypes.Root: integer: derived_from: tosca.datatypes.Root +timestamp: + derived_from: tosca.datatypes.Root + string: derived_from: tosca.datatypes.Root -- cgit 1.2.3-korg