diff --git a/package.json b/package.json index 8e70b93..a24d908 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ }, "features": { "nestedCollections": false, - "enableForwardEngineering": true + "enableForwardEngineering": true, + "disableMultipleNonScalarTypes": false } }, "description": "Hackolade plugin for Azure Cosmos DB with SQL API", diff --git a/types/object.json b/types/object.json index 1753e51..86a6fdb 100644 --- a/types/object.json +++ b/types/object.json @@ -3,6 +3,7 @@ "erdAbbreviation": "", "dtdAbbreviation": "{...}", "parentType": "document", + "default": true, "defaultValues": { "type": "document", "childType": "object",