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 c9e3356 commit 58e9758Copy full SHA for 58e9758
test/test-files/data-project/data/accounts-contacts-plan.json
@@ -2,22 +2,11 @@
2
{
3
"sobject": "Account",
4
"saveRefs": false,
5
- "files": [
6
- {
7
- "file": "accounts-only.json",
8
- "saveRefs": true
9
- }
10
- ]
+ "files": ["accounts-only.json"]
11
},
12
13
14
"resolveRefs": false,
15
16
17
- "file": "contacts-only-1.json",
18
- "resolveRefs": true
19
- },
20
- "contacts-only-2.json"
21
+ "files": ["contacts-only-1.json", "contacts-only-2.json"]
22
}
23
]
0 commit comments