{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "tour-operator",
  "name": "lsx-tour-operator/health",
  "title": "Health",
  "category": "lsx-tour-operator",
  "editorScript": "file:index.js",
  "description": "Display health information and medical requirements for destinations.",
  "icon": "heart",
  "keywords": [
    "health",
    "medical",
    "vaccinations"
  ],
  "example": {
    "attributes": {
      "metadata": {
        "name": "Health"
      }
    },
    "innerBlocks": [
      [
        "core/group",
        {},
        [
          [
            "core/heading",
            {
              "content": "Health",
              "level": 3
            }
          ],
          [
            "core/paragraph",
            {
              "content": "No special vaccinations required. Travel insurance recommended."
            }
          ]
        ]
      ]
    ]
  }
}