[
  {
    "slug": "page",
    "label": "Page",
    "base_path": "/{slug}/",
    "description": "Top-level evergreen pages with JSON-driven hero content, section blocks, and optional references to other content types."
  },
  {
    "slug": "library-section",
    "label": "Library Section",
    "base_path": "/library/{slug}/",
    "description": "Topic hubs that organize related articles, FAQs, glossary terms, directory items, resources, and services."
  },
  {
    "slug": "article",
    "label": "Article",
    "base_path": "/article/{slug}/",
    "description": "Long-form educational content with topic mapping, related glossary terms, and structured article schema."
  },
  {
    "slug": "faq",
    "label": "FAQ",
    "base_path": "/faq/{slug}/",
    "description": "Question-first content for direct answers and FAQPage schema."
  },
  {
    "slug": "glossary-collection",
    "label": "Glossary Collection",
    "base_path": "/glossary/{slug}/",
    "description": "Named vocabularies that can grow independently while still feeding a unified all-terms glossary."
  },
  {
    "slug": "glossary-term",
    "label": "Glossary Term",
    "base_path": "/glossary/{collection_slug}/{slug}/",
    "description": "Definition pages with aliases, definition, practice notes, and related terms."
  },
  {
    "slug": "directory-collection",
    "label": "Directory Collection",
    "base_path": "/directory/{slug}/",
    "description": "Portfolio-style listing containers that group categories under one directory theme."
  },
  {
    "slug": "directory-category",
    "label": "Directory Category",
    "base_path": "/directory/{collection_slug}/{slug}/",
    "description": "Drill-down directory categories that segment listings within a collection."
  },
  {
    "slug": "directory-item",
    "label": "Directory Item",
    "base_path": "/directory/{collection_slug}/{category_slug}/{slug}/",
    "description": "Detailed listing pages with portfolio snapshot fields, notes, and related listings."
  },
  {
    "slug": "service",
    "label": "Service",
    "base_path": "/services/",
    "description": "Commercial offers referenced from the home page, pillar pages, and library sections."
  },
  {
    "slug": "resource",
    "label": "Resource",
    "base_path": "mixed",
    "description": "Public files, guides, and endpoints that can be linked from pages and indexed by AI systems directly."
  }
]
