{
  "name": "Relentless Realtor",
  "version": "1.0",
  "url": "https://relentlessrealtor.net/",
  "description": "South Florida real estate decision directory for buyers, sellers, relocation, condos, waterfront property, and investment planning.",
  "human_contact": "https://relentlessrealtor.net/contact/",
  "capabilities": [
    "public-directory-information"
  ],
  "payment_required": false,
  "services": [
    {
      "id": "relentlessrealtor-net-directory-information",
      "description": "Returns the public Relentless Realtor homepage. Input: none. Output: one UTF-8 text/html document containing public educational directory information and planning paths.",
      "endpoint": "https://relentlessrealtor.net/",
      "method": "GET",
      "settlementMethod": "none",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "outputSchema": {
        "type": "string",
        "contentMediaType": "text/html"
      }
    }
  ]
}
