{
  "entries": [
    {
      "displayName": "Leetcode docs API",
      "identifier": "urn:air:lc.prd.lk:api:docs",
      "representativeQueries": [
        "fetch a page of the Leetcode docs as JSON",
        "list the pages in the Leetcode docs",
        "get the navigation tree of the Leetcode docs"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://lc.prd.lk/openapi.json",
      "description": "REST API over the Leetcode documentation: the page index, each page as JSON or Markdown, and the navigation tree, described by this OpenAPI document."
    },
    {
      "displayName": "Leetcode llms.txt",
      "identifier": "urn:air:lc.prd.lk:docs:llms-txt",
      "representativeQueries": [
        "what is Leetcode",
        "overview of the Leetcode documentation"
      ],
      "type": "text/plain",
      "url": "https://lc.prd.lk/llms.txt",
      "description": "llms.txt index of the Leetcode documentation: every page with a one-line summary, plus the agent-facing resources on this site."
    }
  ],
  "host": {
    "displayName": "Leetcode",
    "documentationUrl": "https://lc.prd.lk/",
    "identifier": "did:web:lc.prd.lk"
  },
  "specVersion": "1.0"
}
