{
  "service": "agland-waiver",
  "partition": "Agland Waiver",
  "version": "1.0.0",
  "documentation": "docs/ANBINDUNG.md",
  "endpoints": [
    "GET    /v1/health                      (ohne Schluessel)",
    "GET    /v1/info",
    "GET    /v1/collections",
    "GET    /v1/data/{sammlung}",
    "POST   /v1/data/{sammlung}",
    "GET    /v1/data/{sammlung}/{id}",
    "PUT    /v1/data/{sammlung}/{id}",
    "PATCH  /v1/data/{sammlung}/{id}",
    "DELETE /v1/data/{sammlung}/{id}",
    "GET    /v1/files",
    "PUT    /v1/files/{pfad}",
    "GET    /v1/files/{pfad}",
    "DELETE /v1/files/{pfad}",
    "GET    /v1/keys                        (nur admin)",
    "POST   /v1/keys                        (nur admin)",
    "DELETE /v1/keys/{id}                   (nur admin)"
  ]
}