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