{
  "$schema": "https://schema.org/DataCatalog",
  "name": "leedriggers.com machine-readable endpoints",
  "url": "https://leedriggers.com",
  "resources": [
    {
      "rel": "describedby",
      "href": "https://leedriggers.com/llms.txt",
      "type": "text/plain",
      "description": "LLM-readable site index with page list and lastmod dates"
    },
    {
      "rel": "sitemap",
      "href": "https://leedriggers.com/sitemap-main.xml",
      "type": "application/xml",
      "description": "XML sitemap of all nav pages with lastmod dates"
    },
    {
      "rel": "self",
      "href": "https://leedriggers.com/ai-catalog.json",
      "type": "application/json",
      "description": "This document — machine-readable endpoint catalog"
    },
    {
      "rel": "related",
      "href": "https://leedriggers.com/ai-access/",
      "type": "text/html",
      "description": "Public dashboard showing how AI crawlers access this site's machine-readable endpoints"
    }
  ],
  "structuredData": {
    "format": "JSON-LD",
    "graph": [
      "Person",
      "WebSite",
      "WebPage",
      "BlogPosting",
      "AboutPage",
      "ContactPage",
      "CollectionPage"
    ],
    "note": "Every page emits a JSON-LD @graph in the HTML head"
  },
  "contact": "driggers@gmail.com"
}