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