{
  "openapi": "3.1.0",
  "info": {
    "title": "Rafael Lopes — canonical identity root",
    "version": "1.0.0",
    "description": "Rafael Lopes — canonical identity root. Machine-readable identity, credentials, and links to every surface.",
    "contact": {
      "name": "Rafael Lopes",
      "url": "https://r-lopes.com"
    }
  },
  "servers": [
    {
      "url": "https://r-lopes.com"
    }
  ],
  "paths": {
    "/.well-known/identity.json": {
      "get": {
        "operationId": "getIdentity",
        "summary": "Canonical identity document",
        "responses": {
          "200": {
            "description": "Canonical identity document"
          }
        }
      }
    },
    "/llms.txt": {
      "get": {
        "operationId": "getContentIndex",
        "summary": "Machine-readable resource index",
        "responses": {
          "200": {
            "description": "Machine-readable resource index"
          }
        }
      }
    }
  },
  "_build": {
    "schema_version": "1.1",
    "hash": "987bc7bb",
    "canonical_sha256": "08ee74166dbc602d569bf1b4effc789075307805c3e6343a3a7efb1d537e8c19",
    "generator": "identity/generate.mjs",
    "canonical_url": "https://r-lopes.com/.well-known/identity.json"
  }
}
