JSON Schema Definition 'map'

Description

Map/Karteninformation zur Visualisierung von GeoInfo

Diagram

Drilldown into /definitions/map/properties/mapUrl Drilldown into /definitions/map/properties/mapUrl Drilldown into /definitions/map/properties/mapUrl Drilldown into /definitions/map/properties/mapUrl Drilldown into /definitions/map/properties/name Drilldown into /definitions/map/properties/name Drilldown into /definitions/map/properties/name Drilldown into /definitions/map/properties/nameJSON Schema Diagram of /definitions/map

Value

Object

Properties

Property Name Type Description
name string name (DRMDAT-01.json)
mapUrl string mapUrl (DRMDAT-01.json)
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

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