{
  "manifest": {
    "schemaVersion": 1,
    "id": "example-course",
    "code": "EXAMPLE",
    "name": "Example Course",
    "description": "A data-only Course OS workspace.",
    "status": "active",
    "sections": [
      { "id": "overview", "label": "Overview" },
      { "id": "topics", "label": "Topics" },
      { "id": "resources", "label": "Resources" },
      { "id": "progress", "label": "Progress" },
      { "id": "review", "label": "Review Queue" },
      { "id": "exam-preparation", "label": "Exam Preparation" }
    ],
    "topicIds": ["introduction"]
  },
  "topics": [
    {
      "id": "introduction",
      "slug": "introduction",
      "title": "Introduction",
      "order": 1,
      "blocks": [
        {
          "id": "intro-theory",
          "type": "core.theory",
          "version": 1,
          "props": { "paragraphs": ["Validated semantic content."] }
        }
      ]
    }
  ],
  "collections": []
}
