Skip to content

Commit a573bfa

Browse files
HCK-14185: Support complex types in multi type (#55)
* HCK-14185: Support complex types in multi type * fix --------- Co-authored-by: Vitalii Yarmus <71256742+Vitalii4as@users.noreply.github.com>
1 parent 06190a4 commit a573bfa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"features": {
1616
"nestedCollections": false,
17-
"enableForwardEngineering": true
17+
"enableForwardEngineering": true,
18+
"disableMultipleNonScalarTypes": false
1819
}
1920
},
2021
"description": "Hackolade plugin for Azure Cosmos DB with SQL API",

types/object.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"erdAbbreviation": "<obj>",
44
"dtdAbbreviation": "{...}",
55
"parentType": "document",
6+
"default": true,
67
"defaultValues": {
78
"type": "document",
89
"childType": "object",

0 commit comments

Comments
 (0)