"map": {
"type": "object",
"description": "Map/Karteninformation zur Visualisierung von GeoInfo",
"properties": {
"name": {
"type": "string",
"description": "Bezeichnung der Karte/Map",
"maxLength": 50,
"examples": [
"ÖBf-Forstkarte",
"Orthofoto"
]
},
"mapUrl": {
"type": "string",
"description": "URL zu einem WebMapTile-Service",
"format": "uri",
"examples": [
"https://domain.com/{z}/{y}/{x}.png"
]
}
},
"required": [
"name",
"mapUrl"
]
}
C:\Users\Raimund Ziegler\Nextcloud4\Ziegler\EU-FHP\FHP DRM Digitales Rohstoffmanagement\Json\DRMDAT-01.json (509:10)