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