{
  "specVersion": "1.0",
  "host": {
    "displayName": "kids.showtimes.at",
    "identifier": "did:web:kids.showtimes.at",
    "documentationUrl": "https://kids.showtimes.at/llms.txt",
    "description": "Live, structured discovery data for kid- and family-friendly events across Austria."
  },
  "entries": [
    {
      "identifier": "urn:ai:kids.showtimes.at:feed:events-json",
      "displayName": "Events JSON Feed",
      "type": "application/feed+json",
      "url": "https://kids.showtimes.at/feed.json",
      "description": "Upcoming kid- and family-friendly events across Austria as a JSON Feed (title, venue, date, category, image, link).",
      "capabilities": [
        "events.upcoming"
      ],
      "representativeQueries": [
        "What's on in Vienna tonight?",
        "Free family events in Austria this weekend",
        "Cinema showtimes near me",
        "Concerts in Graz this week"
      ],
      "version": "1.1"
    },
    {
      "identifier": "urn:ai:kids.showtimes.at:feed:events-rss",
      "displayName": "Events RSS feed",
      "type": "application/rss+xml",
      "url": "https://kids.showtimes.at/feed.xml",
      "description": "The same upcoming events as an RSS 2.0 feed. Per-category feeds live at /{category}/feed.xml.",
      "capabilities": [
        "events.upcoming",
        "events.byCategory"
      ],
      "representativeQueries": [
        "What's on in Vienna tonight?",
        "Free family events in Austria this weekend",
        "Cinema showtimes near me",
        "Concerts in Graz this week"
      ],
      "version": "2.0"
    },
    {
      "identifier": "urn:ai:kids.showtimes.at:index:sitemap",
      "displayName": "Content sitemap",
      "type": "application/xml",
      "url": "https://kids.showtimes.at/sitemap.xml",
      "description": "Crawlable index of every event, venue, city and category page, with hreflang alternates.",
      "capabilities": [
        "content.index"
      ],
      "version": "1.0"
    },
    {
      "identifier": "urn:ai:kids.showtimes.at:guide:llms",
      "displayName": "Site guide for LLMs (llms.txt)",
      "type": "text/markdown",
      "url": "https://kids.showtimes.at/llms.txt",
      "description": "A concise Markdown map of the site's sections, feeds and content types for language models.",
      "capabilities": [
        "site.guide"
      ],
      "version": "1.0"
    },
    {
      "identifier": "urn:ai:kids.showtimes.at:action:search",
      "displayName": "Event search",
      "type": "text/html",
      "url": "https://kids.showtimes.at/browse?q={query}",
      "description": "Keyword search across all listed events (HTML results page).",
      "capabilities": [
        "events.search"
      ],
      "representativeQueries": [
        "What's on in Vienna tonight?",
        "Free family events in Austria this weekend",
        "Cinema showtimes near me",
        "Concerts in Graz this week"
      ],
      "version": "1.0"
    }
  ]
}