{
  "collectionName": "components_narrative_blocks",
  "info": {
    "displayName": "Narrative Block",
    "description": "Repeatable narrative item with image and text"
  },
  "options": {},
  "attributes": {
    "image": {
      "type": "media",
      "multiple": false,
      "required": false,
      "allowedTypes": ["images"]
    },
    "headline": {
      "type": "string"
    },
    "text": {
      "type": "text"
    }
  }
}
