{
  "openapi": "3.1.0",
  "info": {
    "title": "Rafael Lopes — posts + research briefs",
    "version": "1.0.0",
    "description": "Long-form posts and twice-weekly, citation-gated research briefs on production AI, RAG, web performance, and agent-readiness — plus a searchable knowledge base.",
    "contact": {
      "name": "Rafael Lopes",
      "url": "https://r-lopes.com"
    }
  },
  "servers": [
    {
      "url": "https://blog.r-lopes.com"
    }
  ],
  "paths": {
    "/llms-full.txt": {
      "get": {
        "operationId": "getFullContent",
        "summary": "Full text of every post and brief",
        "responses": {
          "200": {
            "description": "Full text of every post and brief"
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "operationId": "getContentIndex",
        "summary": "Index of all content",
        "responses": {
          "200": {
            "description": "Index of all content"
          }
        }
      }
    },
    "/rss.xml": {
      "get": {
        "operationId": "getFeed",
        "summary": "RSS feed",
        "responses": {
          "200": {
            "description": "RSS feed"
          }
        }
      }
    },
    "/sitemap.xml": {
      "get": {
        "operationId": "getSitemap",
        "summary": "XML sitemap",
        "responses": {
          "200": {
            "description": "XML sitemap"
          }
        }
      }
    }
  },
  "_build": {
    "schema_version": "1.1",
    "hash": "8fff974c",
    "canonical_sha256": "5a5e261b1fb8cd5b3f5665e13f3b4c4168ba98de7ffdb6b27914bfd33c77b65b",
    "generator": "identity/generate.mjs",
    "canonical_url": "https://r-lopes.com/.well-known/identity.json"
  }
}
