diff --git a/adapter/0.2.29.json b/adapter/0.2.29.json new file mode 100644 index 00000000..007592c2 --- /dev/null +++ b/adapter/0.2.29.json @@ -0,0 +1,56 @@ +/** + * Copyright © 2016-2025 by IntegrIT S.A. dba Hackolade. All rights reserved. + * + * The copyright to the computer software herein is the property of IntegrIT S.A. + * The software may be used and/or copied only with the written permission of + * IntegrIT S.A. or in accordance with the terms and conditions stipulated in + * the agreement/contract under which the software has been supplied. + * + * { + * "add": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "delete": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "modify": { + * "entity": [ + * { + * "from": { }, + * "to": { } + * } + * ], + * "container": [], + * "model": [], + * "view": [], + * "field": [] + * }, + * } + */ +{ + "modify": { + "field": [ + { + "from": { + "type": "variant", + "subtype": "object" + }, + "to": { + "type": "jsonObject" + } + } + ] + } +} diff --git a/types/variant.json b/types/variant.json index b98eda65..937d39c9 100644 --- a/types/variant.json +++ b/types/variant.json @@ -3,7 +3,7 @@ "erdAbbreviation": "", "dtdAbbreviation": "{...}", "default": true, - "parentType": "document", + "parentType": "jsonObject", "hiddenOnEntity": "view", "jsonType": { "order": 1,