"logisticsPoint": {
"type": "object",
"description": "Logistikpunkt (Ladestelle/Entladestelle)",
"properties": {
"logisticsPointUuid": {
"type": "string",
"description": "eindeutige technische ID",
"maxLength": 36,
"examples": [
"6D5F3607-DFF3-4C19-8D16-C0D00C3037D9"
]
},
"logisticsPointType": {
"type": "string",
"description": "Typ Ladestelle/Abholort",
"enum": [
"project",
"storage",
"railwaystation",
"harbor",
"plant"
],
"maxLength": 20
},
"name": {
"type": "string",
"description": "Bezeichnung",
"maxLength": 50,
"examples": [
"171/07/210010 Hinterer Graben"
]
},
"geoInfo": {
"$ref": "#/definitions/geoInfo"
},
"address": {
"$ref": "#/definitions/address"
},
"productData": {
"$ref": "#/definitions/productData"
},
"businessReference": {
"$ref": "#/definitions/businessReference"
}
},
"required": [
"logisticsPointUuid",
"logisticsPointType",
"name"
]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (816:10)