JSON Schema Definition 'logisticsPoint'

Description

Logistikpunkt (Ladestelle/Entladestelle)

Diagram

Drilldown into /definitions/businessReference Drilldown into /definitions/productData Drilldown into /definitions/address Drilldown into /definitions/geoInfo Drilldown into /definitions/logisticsPoint/properties/name Drilldown into /definitions/logisticsPoint/properties/name Drilldown into /definitions/logisticsPoint/properties/name Drilldown into /definitions/logisticsPoint/properties/name Drilldown into /definitions/logisticsPoint/properties/logisticsPointType Drilldown into /definitions/logisticsPoint/properties/logisticsPointType Drilldown into /definitions/logisticsPoint/properties/logisticsPointType Drilldown into /definitions/logisticsPoint/properties/logisticsPointType Drilldown into /definitions/logisticsPoint/properties/logisticsPointUuid Drilldown into /definitions/logisticsPoint/properties/logisticsPointUuid Drilldown into /definitions/logisticsPoint/properties/logisticsPointUuid Drilldown into /definitions/logisticsPoint/properties/logisticsPointUuidJSON Schema Diagram of /definitions/logisticsPoint

Value

Object

Properties

Property Name Type Description
logisticsPointUuid string logisticsPointUuid (DRMDAT-01.json)
logisticsPointType string logisticsPointType (DRMDAT-01.json)
name string name (DRMDAT-01.json)
geoInfo object geoInfo (DRMDAT-01.json)
address object address (DRMDAT-01.json)
productData object productData (DRMDAT-01.json)
businessReference object businessReference (DRMDAT-01.json)
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"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)
Documentation for DRMDAT-01
Generated using Liquid Studio 2021 - JSON Editor Edition 19.0.4.10725