{
  "openapi": "3.0.3",
  "info": {
    "title": "Personal News Public Metadata",
    "version": "1.13.6",
    "description": "Read-only description of the public metadata files exposed by the Personal News GitHub Pages site. Personal News does not expose a hosted user-feed API."
  },
  "servers": [
    {
      "url": "https://mafhper.github.io/personalnews"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "Short LLM-oriented project context",
        "responses": {
          "200": {
            "description": "Plain text LLM summary"
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "Extended LLM-oriented project context",
        "responses": {
          "200": {
            "description": "Plain text extended project documentation"
          }
        }
      }
    },
    "/feed.xml": {
      "get": {
        "summary": "Project updates RSS feed",
        "responses": {
          "200": {
            "description": "RSS 2.0 update feed"
          }
        }
      }
    },
    "/schema.org.json": {
      "get": {
        "summary": "Schema.org metadata",
        "responses": {
          "200": {
            "description": "SoftwareApplication metadata as JSON"
          }
        }
      }
    }
  }
}
