{
  "version": "1.0",
  "site": "https://casaruralmilmariposas.com",
  "actions": [
    {
      "id": "view-hero",
      "name": "View Hero Section",
      "description": "Explores the main house images and proximity to Madrid.",
      "method": "declarative",
      "endpoint": "/#inicio"
    },
    {
      "id": "calculate-stay",
      "name": "Calculate Price",
      "description": "Calculates the total stay price based on nights, guests, and pets.",
      "method": "declarative",
      "endpoint": "/#precios",
      "parameters": {
        "required": ["nights", "guests"],
        "optional": ["pets"]
      }
    },
    {
      "id": "book-via-whatsapp",
      "name": "Book via WhatsApp",
      "description": "Connects directly with the owner to finalize booking.",
      "method": "declarative",
      "endpoint": "https://wa.me/34635312076"
    },
    {
      "id": "call-host",
      "name": "Call Host",
      "description": "Call the host directly for inquiries or bookings.",
      "method": "declarative",
      "endpoint": "tel:+34635312076"
    }
  ]
}
