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