{
  "openapi": "3.1.0",
  "info": {
    "title": "Sentiment API",
    "version": "1.0.0",
    "description": "Sentiment API — score text sentiment in one call."
  },
  "servers": [
    {
      "url": "https://api.sentiment-api.dev/v1"
    }
  ],
  "paths": {
    "/health": {
      "get": {
        "operationId": "health",
        "summary": "Health check",
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {}
}