{
  "name": "Crossroads Beauty Palace",
  "description": "Unisex all-inclusive salon in Merritt Island, FL. Book haircuts, colour, braids, and more online.",
  "website": "https://www.crossroadsbeautypalace.com/",
  "actions": [
    {
      "name": "book_appointment",
      "description": "Start online booking for a salon service",
      "url": "https://www.crossroadsbeautypalace.com/book",
      "method": "GET",
      "parameters": [
        {
          "name": "stylist",
          "type": "string",
          "description": "Optional stylist id: lora, savannah, or summer",
          "required": false
        }
      ]
    },
    {
      "name": "view_services",
      "description": "Open the services and pricing menu",
      "url": "https://www.crossroadsbeautypalace.com/#services",
      "method": "GET",
      "parameters": []
    },
    {
      "name": "call_salon",
      "description": "Get the salon phone number to call",
      "url": "tel:+13214995715",
      "method": "GET",
      "parameters": []
    },
    {
      "name": "get_directions",
      "description": "Open Google Maps directions to the salon",
      "url": "https://www.google.com/maps/place/Crossroads+Beauty+Palace/@28.3544113,-80.6866119,17z",
      "method": "GET",
      "parameters": []
    }
  ]
}
