{
  "name": "Relentless Weight Loss",
  "version": "1.0",
  "url": "https://relentlessweightloss.net/",
  "description": "South Florida weight-loss consultation planning directory for medical, nutrition, coaching, and wellness-support questions.",
  "human_contact": "https://relentlessweightloss.net/contact/",
  "capabilities": [
    "public-directory-information"
  ],
  "payment_required": false,
  "services": [
    {
      "id": "relentlessweightloss-net-directory-information",
      "description": "Returns the public Relentless Weight Loss homepage. Input: none. Output: one UTF-8 text/html document containing public educational directory information and planning paths.",
      "endpoint": "https://relentlessweightloss.net/",
      "method": "GET",
      "settlementMethod": "none",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "string",
        "contentMediaType": "text/html"
      }
    }
  ]
}
