Document types
{
"technicalName": "my_document_type",
"fileNamePrefix": "my_type_", // optional
"fileNameSuffix": "_my_suffix", // optional
"config": { // optional
"key": "value"
},
"translations": {
"de-DE": {
"name": "Mein Dokumenttyp"
},
"en-GB": {
"name": "My document type"
}
}
}