{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "$id": "https://opendata.schleswig-holstein.de/collection/denkmalliste",
  "type": "array",
  "title": "Denkmale in Schleswig-Holstein",
  "description": "Denkmale in der Denkmalliste Schleswig-Holstein",
  "items": {
    "type": "object",
    "additionalProperties": false,
    "required": [ "Objektnummer" ],
    "properties": {
      "Objektnummer": {  "type": "integer"   },
      "Schutzumfang": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
            "Adresse-Lage": {  "type": "string"   },
      "Beschreibung": {  "type": "string"   },
      "Bezeichnung": {  "type": "string"   },
      "Kulturdenkmaltyp": {  "type": "string"   },
      "Gemeinde": {  "type": "string"   },
"Begründung": {
        "type": "array",
        "items": {
          "type": "string"
        }
      },
      "Kreis": {  "type": "string"   },
      "FotoURL": {  "type": "string"   }
       
    }
  }
}
