{ "$schema": "http://json-schema.org/draft-06/schema#", "$id": "http://schema.tanzsport.de/json/esv/v1/veranstaltungsliste.json", "title": "Veranstaltungsliste V1", "description": "JSON-Schema für die Response des Endpunktes /api/v1/veranstaltungen", "type": "array", "items": { "$ref": "common.json#/definitions/veranstaltungsliste-eintrag" } }