{
  "courses": [
    {
      "vendor": "immersive_labs",
      "vendor_course_id": "EXAMPLE-101",
      "name": "Example Course Name",
      "short_description": "2-3 sentence description of what the course covers. Be specific about skills and topics. Richer descriptions improve matching accuracy.",
      "url": "https://example.com/courses/101",
      "tags": ["category1", "category2", "specific_skill"],
      "difficulty": "intermediate",
      "estimated_hours": 8,
      "prerequisites": "Basic familiarity with the topic",
      "nice_tks": ["K0674", "K0676", "S0563"],
      "mitre_techniques": ["T1134.004", "T1059.003"],
      "dcwf_codes": ["CS-541", "IT-451"]
    },
    {
      "vendor": "immersive_labs",
      "vendor_course_id": "EXAMPLE-102",
      "name": "Another Example Course",
      "short_description": "Another short description. Framework codes must be a JSON array for JSON uploads.",
      "url": "https://example.com/courses/102",
      "tags": ["kerberos", "active_directory", "lateral_movement"],
      "difficulty": "advanced",
      "estimated_hours": 12,
      "nice_tks": ["K0001", "K0005", "K0007"],
      "mitre_techniques": ["T1134"],
      "dcwf_codes": ["EN-711"]
    }
  ]
}
