{
  "specVersion": "0.2",
  "host": {
    "name": "moon-study.com",
    "url": "https://moon-study.com/"
  },
  "entries": [
    {
      "identifier": "urn:air:moon-study.com:content:llms-txt",
      "displayName": "moon-study.com — site index (llms.txt)",
      "type": "text/markdown",
      "url": "https://moon-study.com/llms.txt",
      "description": "Markdown index of moon-study.com: what the site is and every published page with a one-line summary.",
      "representativeQueries": [
        "what does moon-study.com offer",
        "list the pages on moon-study.com",
        "summarise moon-study.com in a paragraph"
      ]
    },
    {
      "identifier": "urn:air:moon-study.com:content:page-markdown",
      "displayName": "moon-study.com — pages as markdown",
      "type": "text/markdown",
      "url": "https://moon-study.com/",
      "description": "Every page of this site returns markdown instead of HTML when the request sends Accept: text/markdown, or when .md is appended to the page url.",
      "representativeQueries": [
        "read the moon-study.com pricing page as markdown",
        "get the text of a page on moon-study.com without the HTML",
        "what does this page of moon-study.com say"
      ]
    },
    {
      "identifier": "urn:air:moon-study.com:content:sitemap",
      "displayName": "moon-study.com — sitemap",
      "type": "application/xml",
      "url": "https://moon-study.com/sitemap.xml",
      "description": "XML sitemap of moon-study.com with the last-modified date of every published page.",
      "representativeQueries": [
        "every page url on moon-study.com",
        "which pages of moon-study.com changed recently"
      ]
    },
    {
      "identifier": "urn:air:moon-study.com:skills:site-content",
      "displayName": "moon-study.com — agent skill index",
      "type": "application/json",
      "url": "https://moon-study.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for moon-study.com: how an agent should read this site and read its offers.",
      "representativeQueries": [
        "how should an agent browse moon-study.com",
        "what skills does moon-study.com publish"
      ]
    },
    {
      "identifier": "urn:air:moon-study.com:api:catalog",
      "displayName": "moon-study.com — API catalog",
      "type": "application/linkset+json",
      "url": "https://moon-study.com/.well-known/api-catalog",
      "description": "RFC 9727 API catalog for moon-study.com: documentation, descriptions and status endpoints.",
      "representativeQueries": [
        "what apis does moon-study.com publish",
        "where is the machine-readable description of moon-study.com"
      ]
    }
  ]
}