Default Export
The "defaultExport"-section determines all export-settings regarding DataQuality and BusinessCards. An empty defaultExport looks like this:
json
{
"defaultExport": {
"mappings": {
"*": {}
},
"workflows": {
"*": {}
},
"components": {
"*": {}
}
}
}1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13