{
  "openapi": "3.1.0",
  "info": {
    "title": "LawWatch Austria API",
    "version": "0.2.0",
    "description": "Technische Vorschau für quellenverknüpfte österreichische Gesetzesdaten. Technical preview; informational data only, not legal advice."
  },
  "servers": [{"url": "https://lawwatch.rus.family"}],
  "paths": {
    "/api/v1/status": {
      "get": {
        "summary": "Dienststatus / service status",
        "responses": {"200": {"description": "Current service status"}}
      }
    },
    "/api/v1/events/index.json": {
      "get": {
        "summary": "Aktueller echter Datenbestand / current live event index",
        "description": "Verified BGBl. I federal-law events. The historical archive is still being built; an empty array is a valid result.",
        "responses": {"200": {"description": "Source-linked event index"}}
      }
    },
    "/api/v1/sample": {
      "get": {
        "summary": "Beispiel für das geplante Ereignisschema / schema example",
        "responses": {"200": {"description": "Explicitly non-real demonstration object"}}
      }
    }
  }
}
