"docHeader": {
    "type": "object",
    "description": "Dokumenten-Header",
    "properties": {
        "docType": {
            "type": "string",
            "description": "Dokumententyp/Modul lt. DRMDat",
            "enum": [
                "DRMDAT_TIN",
                "DRMDAT_SIN",
                "DRMDAT_PC",
                "DRMDAT_DC",
                "DRMDAT_TO",
                "DRMDAT_TOS",
                "DRMDAT_TDN",
                "DRMDAT_AN",
                "DRMDAT_MP",
                "DRMDAT_MPMASS",
                "DRMDAT_BILL",
                "DRMDAT_SO",
                "DRMDAT_SR",
                "DRMDAT_ACK",
                "DRMDAT_NOTE"
            ],
            "maxLength": 20
        },
        "docTypeVersion": {
            "type": "string",
            "description": "Version der DRMDat-Modul-Definition",
            "maxLength": 10,
            "examples": [
                "01.01"
            ]
        },
        "docId": {
            "type": "string",
            "description": "Nummer für dieses Dokument im Prozess",
            "maxLength": 30,
            "examples": [
                "0815"
            ]
        },
        "docUuid": {
            "type": "string",
            "description": "eindeutige technische ID",
            "maxLength": 36,
            "minLength": 36,
            "examples": [
                "6D5F3607-DFF3-4C19-8D16-C0D00C3037D7"
            ]
        }
    },
    "required": [
        "docType",
        "docTypeVersion",
        "docId",
        "docUuid"
    ]
}C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (7:21)