{
  "specVersion": "0.2",
  "host": {
    "name": "Сайт 2",
    "url": "https://testsite.accelmail.io/"
  },
  "entries": [
    {
      "identifier": "urn:air:testsite.accelmail.io:content:llms-txt",
      "displayName": "Сайт 2 — site index (llms.txt)",
      "type": "text/markdown",
      "url": "https://testsite.accelmail.io/llms.txt",
      "description": "Markdown index of Сайт 2: what the site is and every published page with a one-line summary.",
      "representativeQueries": [
        "what does Сайт 2 offer",
        "list the pages on testsite.accelmail.io",
        "summarise Сайт 2 in a paragraph"
      ]
    },
    {
      "identifier": "urn:air:testsite.accelmail.io:content:page-markdown",
      "displayName": "Сайт 2 — pages as markdown",
      "type": "text/markdown",
      "url": "https://testsite.accelmail.io/",
      "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 testsite.accelmail.io pricing page as markdown",
        "get the text of a page on testsite.accelmail.io without the HTML",
        "what does this page of Сайт 2 say"
      ]
    },
    {
      "identifier": "urn:air:testsite.accelmail.io:content:sitemap",
      "displayName": "Сайт 2 — sitemap",
      "type": "application/xml",
      "url": "https://testsite.accelmail.io/sitemap.xml",
      "description": "XML sitemap of Сайт 2 with the last-modified date of every published page.",
      "representativeQueries": [
        "every page url on testsite.accelmail.io",
        "which pages of Сайт 2 changed recently"
      ]
    },
    {
      "identifier": "urn:air:testsite.accelmail.io:skills:site-content",
      "displayName": "Сайт 2 — agent skill index",
      "type": "application/json",
      "url": "https://testsite.accelmail.io/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index for Сайт 2: how an agent should read this site and read its offers.",
      "representativeQueries": [
        "how should an agent browse testsite.accelmail.io",
        "what skills does testsite.accelmail.io publish"
      ]
    },
    {
      "identifier": "urn:air:testsite.accelmail.io:api:catalog",
      "displayName": "Сайт 2 — API catalog",
      "type": "application/linkset+json",
      "url": "https://testsite.accelmail.io/.well-known/api-catalog",
      "description": "RFC 9727 API catalog for testsite.accelmail.io: documentation, descriptions and status endpoints.",
      "representativeQueries": [
        "what apis does testsite.accelmail.io publish",
        "where is the machine-readable description of testsite.accelmail.io"
      ]
    }
  ]
}