"file": {
"type": "object",
"description": "Dateianhang",
"properties": {
"fileUuid": {
"type": "string",
"description": "eindeutige technische ID",
"maxLength": 36,
"examples": [
"6D5F3607-DFF3-4C19-8D16-C0D00C3037D0"
]
},
"kind": {
"type": "string",
"description": "Art des Dokuments (nicht technisch, sondern aus Prozesssicht)",
"maxLength": 20,
"examples": [
"Foto",
"Beilage"
]
},
"text": {
"type": "string",
"description": "Beschreibung/Anmerkung zur Datei",
"maxLength": 50,
"examples": [
"Lageplan"
]
},
"rawData": {
"type": "string",
"description": "Datenstream (base64-coded)",
"examples": [
"/9j/4AAQSkZJRgABAQAASABIAADâĤ"
]
},
"fileUrl": {
"type": "string",
"description": "URL zur Datei",
"maxLength": 50,
"examples": [
"https://drmdat.mercer.de/123ghx.pdf"
]
}
},
"required": [
"fileUuid",
"kind"
]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (536:10)