{
  "$id": "wsmusings.intersection-brief.v1",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "analysis_id": {
      "type": "string"
    },
    "content_hash": {
      "pattern": "^[a-f0-9]{64}$",
      "type": "string"
    },
    "selected_issue_ids": {
      "maxItems": 7,
      "minItems": 2,
      "type": "array",
      "uniqueItems": true
    },
    "source_release_id": {
      "const": "WSM-V7.28-GOVERNED-RELATIONSHIP-EXPANSION-EXPLAINABILITY-PRODUCTION-2026-08-25"
    }
  },
  "required": [
    "analysis_id",
    "source_release_id",
    "selected_issue_ids",
    "abstract",
    "common_ground",
    "differences",
    "research_frontier",
    "relationships",
    "evidence",
    "limitations",
    "method_ids",
    "content_hash",
    "canonical_share_url"
  ],
  "title": "WS Musings Intersection Brief",
  "type": "object"
}
