get:
  operationId: get-status
  summary: Rufe Servicestatus ab
  description: Nützlich für Monitoring und Debugging
  tags:
    - Technical
  responses:
    '200':
      description: OK
      content:
        application/json:
          schema:
            $ref: '../schemas/status.yml'
          example:
            status: "UP"