"aggregate": {
"type": "object",
"description": "Aggregat (Anlage)",
"properties": {
"aggregateType": {
"type": "string",
"description": "Aggregat-Typ",
"enum": [
"MDT",
"MS2",
"MS3",
"CTM"
],
"maxLength": 10
},
"aggregateName": {
"type": "string",
"description": "Aggregat-Bezeichung",
"maxLength": 30,
"examples": [
"M1"
]
},
"calibrationNumber": {
"type": "string",
"description": "EichID",
"maxLength": 50,
"examples": [
"2128_10169"
]
},
"calibratedToDate": {
"type": "string",
"description": "Eichung gültig bis",
"format": "date",
"examples": [
"20251231"
]
}
},
"required": [
"aggregateType",
"aggregateName"
]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (867:10)