{
  "version": "1.0",
  "site": "https://mhmg-us.com",
  "name": "Mental Health Mastery Group",
  "description": "Telehealth psychiatric care in English, Portuguese and Spanish across MA, RI, FL and NY.",
  "actions": [
    {
      "id": "request-appointment",
      "name": "Request an appointment",
      "description": "Request a telehealth psychiatry appointment with Mental Health Mastery Group. Provide the patient's full name, email, phone, state of residence (MA, RI, FL or NY), preferred language (English, Portuguese or Spanish) and a short message. Same-week availability.",
      "method": "declarative",
      "endpoint": "/api/contact",
      "http_method": "POST",
      "content_type": "application/json",
      "parameters": {
        "type": "object",
        "required": ["name", "email"],
        "properties": {
          "name": { "type": "string", "description": "Patient full name" },
          "email": { "type": "string", "format": "email", "description": "Email for the reply" },
          "phone": { "type": "string", "description": "Phone number with area code" },
          "state": { "type": "string", "enum": ["Massachusetts", "Rhode Island", "Florida", "New York"], "description": "State where the patient resides" },
          "language": { "type": "string", "enum": ["English", "Portugues", "Espanol"], "description": "Preferred language for the consultation" },
          "message": { "type": "string", "description": "Reason for contact or brief description of the need" }
        }
      }
    }
  ]
}
