{
  "info": {
    "title": "Packrift Public Resource Registry",
    "version": "2026.06.02"
  },
  "openapi": "3.1.0",
  "paths": {
    "/.well-known/linkset": {
      "get": {
        "responses": {
          "200": {
            "description": "Linkset JSON"
          }
        },
        "summary": "Get well-known resource linkset."
      }
    },
    "/data/host-rollups.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Host rollups JSON"
          }
        },
        "summary": "Get host rollups."
      }
    },
    "/data/resource-linkset.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Linkset JSON"
          }
        },
        "summary": "Get aggregate resource linkset."
      }
    },
    "/data/resource-registry.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Registry JSON"
          }
        },
        "summary": "Get the Packrift public resource registry."
      }
    },
    "/data/stats.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Stats JSON"
          }
        },
        "summary": "Get registry stats."
      }
    },
    "/linkset.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Linkset JSON"
          }
        },
        "summary": "Get root resource linkset."
      }
    }
  },
  "servers": [
    {
      "url": "https://packrift-public-resource-registry.vercel.app"
    }
  ]
}
