File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ MongoDB Data Source Configuration Files
21
21
└── <database>/
22
22
└── <collection>/
23
23
├── schema.json
24
+ ├── relationships.json
24
25
└── rules.json
25
26
26
27
Service Configuration
@@ -187,7 +188,7 @@ Relationships
187
188
* - | ``foreign_key``
188
189
| String
189
190
- The name of the field in the foreign collection's schema that contains
190
- the value reference by ``source_key``.
191
+ the value referenced by ``source_key``.
191
192
192
193
* - | ``is_list``
193
194
| Boolean
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ Configuration
30
30
{
31
31
"state": <"enabled" | "disabled">,
32
32
"development_mode_enabled": <Boolean>,
33
+ "service_name": "<Data Source Name>",
33
34
"database_name": "<Development Mode Database Name>",
34
35
"partition": {
35
36
"key": "<Partition Key Field Name>",
You can’t perform that action at this time.
0 commit comments