{
  "name": "Warconomy structured-data type catalog",
  "asOf": "2026-06-05",
  "note": "Every schema.org type emitted as JSON-LD, which helper emits it, where it is used, and the visible content it depends on. Structured data is emitted only where the matching content is visibly rendered. Static; not real-time.",
  "page": "https://warconomy.com/structured-data",
  "count": 11,
  "types": [
    {
      "type": "Organization",
      "emittedBy": "organizationJsonLd",
      "routes": "site root / global",
      "visibleContentDependency": "the site's own identity (always present)",
      "caveat": "Identity metadata only; not a claim about coverage.",
      "example": "{\"@type\":\"Organization\",\"name\":\"Warconomy\"}"
    },
    {
      "type": "WebSite",
      "emittedBy": "webSiteJsonLd",
      "routes": "site root / global",
      "visibleContentDependency": "the static search page (SearchAction target)",
      "caveat": "SearchAction points at the static /search; there is no runtime query API.",
      "example": "{\"@type\":\"WebSite\",\"potentialAction\":{\"@type\":\"SearchAction\"}}"
    },
    {
      "type": "BreadcrumbList",
      "emittedBy": "breadcrumbJsonLd",
      "routes": "most pages",
      "visibleContentDependency": "the visible breadcrumb trail / page hierarchy",
      "caveat": "Navigation aid only.",
      "example": "{\"@type\":\"BreadcrumbList\",\"itemListElement\":[…]}"
    },
    {
      "type": "ItemList",
      "emittedBy": "itemListJsonLd",
      "routes": "index/collection pages (topics, rankings, sources)",
      "visibleContentDependency": "the visibly rendered list items",
      "caveat": "Ordering reflects the page; partial coverage.",
      "example": "{\"@type\":\"ItemList\",\"itemListElement\":[…]}"
    },
    {
      "type": "FAQPage",
      "emittedBy": "faqPageJsonLd",
      "routes": "pages with a visible FAQ (topics, dashboards, /faq/caveats)",
      "visibleContentDependency": "the same questions/answers rendered visibly on the page",
      "caveat": "Emitted ONLY where the Q&A is visibly present — never standalone.",
      "example": "{\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\"}]}"
    },
    {
      "type": "WebPage / CollectionPage",
      "emittedBy": "webPageJsonLd",
      "routes": "most pages (CollectionPage for index/collection pages)",
      "visibleContentDependency": "the page's own title and description",
      "caveat": "Page metadata; not real-time.",
      "example": "{\"@type\":\"CollectionPage\",\"name\":\"…\"}"
    },
    {
      "type": "DefinedTermSet",
      "emittedBy": "definedTermSetJsonLd",
      "routes": "/glossary",
      "visibleContentDependency": "the visibly listed glossary terms",
      "caveat": "Definitions are editorial, source-informed.",
      "example": "{\"@type\":\"DefinedTermSet\",\"hasDefinedTerm\":[…]}"
    },
    {
      "type": "DefinedTerm",
      "emittedBy": "definedTermJsonLd",
      "routes": "per-glossary-term context",
      "visibleContentDependency": "the visibly rendered term and definition",
      "caveat": "Single-term definition only.",
      "example": "{\"@type\":\"DefinedTerm\",\"name\":\"chokepoint\"}"
    },
    {
      "type": "Report",
      "emittedBy": "reportJsonLd, dashboardJsonLd",
      "routes": "topic pages and dashboards",
      "visibleContentDependency": "the visibly rendered report/dashboard content",
      "caveat": "Economic-impact reference; associative, not causal.",
      "example": "{\"@type\":\"Report\",\"about\":\"…\"}"
    },
    {
      "type": "Dataset / DataDownload",
      "emittedBy": "datasetJsonLd",
      "routes": "/datasets/conflict-economic-impact and dataset surfaces",
      "visibleContentDependency": "the visibly described dataset and its download links",
      "caveat": "Static, versioned exports; not a live feed.",
      "example": "{\"@type\":\"Dataset\",\"distribution\":[{\"@type\":\"DataDownload\"}]}"
    },
    {
      "type": "CreativeWork / WebPage (source)",
      "emittedBy": "sourceJsonLd",
      "routes": "/sources/{id}",
      "visibleContentDependency": "the visibly rendered source citation",
      "caveat": "Describes the cited source, not an endorsement.",
      "example": "{\"@type\":\"WebPage\",\"about\":{\"@type\":\"CreativeWork\"}}"
    }
  ]
}