"address": {
"type": "object",
"description": "Adresse",
"properties": {
"name1": {
"type": "string",
"description": "Name/Adresszeile 1",
"maxLength": 50,
"examples": [
"Hessenforst"
]
},
"name2": {
"type": "string",
"description": "Name/Adresszeile 2",
"maxLength": 50,
"examples": [
"Martin Müller"
]
},
"country": {
"type": "string",
"description": "Land (ISO 3166-1 Alpha-2)",
"maxLength": 2,
"examples": [
"AT",
"DE"
]
},
"postcode": {
"type": "string",
"description": "Postleitzahl",
"maxLength": 10,
"examples": [
"012345"
]
},
"city": {
"type": "string",
"description": "Stadt/Ort",
"maxLength": 30,
"examples": [
"Musterstadt"
]
},
"street": {
"type": "string",
"description": "Straße",
"maxLength": 50,
"examples": [
"Musterstraße 37"
]
},
"email": {
"type": "string",
"description": "E-Mail-Adresse (office/person)",
"maxLength": 50,
"examples": [
"martin.mueller@forst.hessen.de"
]
},
"telephone": {
"type": "string",
"description": "Telefonnummer E.123 international",
"maxLength": 50,
"examples": [
"+31 42 123 4567"
]
},
"telefax": {
"type": "string",
"description": "Faxnummer E.123 international",
"maxLength": 50,
"examples": [
"+31 42 123 4568"
]
},
"web": {
"type": "string",
"description": "Homepage",
"maxLength": 50,
"examples": [
"https://forst.hessen.de"
]
},
"geoInfo": {
"$ref": "#/definitions/geoInfo"
},
"bankData": {
"$ref": "#/definitions/bankData"
},
"certification": {
"$ref": "#/definitions/certification"
}
},
"required": [
"name1"
]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (104:10)