{
  "$schema": "https://pptx.dev/schema/registry/v1",
  "name": "example-minimal",
  "version": "1.0.0",
  "homepage": "https://pptx.dev/examples/registries",
  "items": [
    {
      "id": "hero-split",
      "kind": "layout",
      "name": "Hero Split",
      "description": "Two-column hero with title on the left and image on the right.",
      "opf": {
        "$schema": "https://pptx.dev/schema/opf/v1",
        "version": "1.0",
        "meta": { "title": "Hero Split Example" },
        "design": {},
        "slides": [
          {
            "id": "s1",
            "layout": "hero-split",
            "elements": [
              { "id": "t1", "type": "text" },
              { "id": "i1", "type": "image", "src": "https://example.com/hero.png" }
            ]
          }
        ]
      }
    }
  ]
}
