{
  "openapi": "3.1.0",
  "info": {
    "title": "Némethy Consulting public machine-readable resources",
    "version": "2026.2.0",
    "description": "Static public resource description. No private API access is declared."
  },
  "servers": [
    {
      "url": "https://www.nemethynenagyjudit.hu"
    }
  ],
  "paths": {
    "/machine.html": {
      "get": {
        "summary": "Machine-readable hub",
        "responses": {
          "200": {
            "description": "HTML hub"
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "summary": "LLM guide",
        "responses": {
          "200": {
            "description": "Markdown text"
          }
        }
      }
    }
  }
}