We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d3165 commit 555f3efCopy full SHA for 555f3ef
packages/compass-data-modeling/src/store/diagram.spec.ts
@@ -20,14 +20,14 @@ const model: StaticModel = {
20
indexes: [],
21
displayPosition: [0, 0],
22
shardKey: {},
23
- jsonSchema: {},
+ jsonSchema: { bsonType: 'object' },
24
},
25
{
26
ns: 'collection2',
27
28
displayPosition: [1, 1],
29
30
31
32
],
33
relationships: [
@@ -87,7 +87,7 @@ describe('Data Modeling store', function () {
87
88
89
90
91
92
] as StaticModel['collections'],
93
relationships: [] as StaticModel['relationships'],
0 commit comments