{
  "specVersion": "1.0",
  "host": {
    "displayName": "ROBO Boxing Gym Sandton",
    "identifier": "did:web:www.robo-gym.co.za"
  },
  "entries": [
    {
      "identifier": "urn:air:www.robo-gym.co.za:server:mcp",
      "displayName": "ROBO Gym MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://www.robo-gym.co.za/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "find boxing classes in Sandton",
        "book a boxing trial session for R150",
        "private boxing lesson packages"
      ]
    },
    {
      "identifier": "urn:air:www.robo-gym.co.za:agent:a2a",
      "displayName": "ROBO Gym A2A Agent Card",
      "type": "application/json",
      "url": "https://www.robo-gym.co.za/.well-known/agent-card.json",
      "representativeQueries": [
        "check coach Robo Ambamba sparring availability",
        "kids and womens boxing times"
      ]
    },
    {
      "identifier": "urn:air:www.robo-gym.co.za:api:openapi",
      "displayName": "ROBO Gym OpenAPI 3.1",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://www.robo-gym.co.za/openapi.json",
      "representativeQueries": [
        "gym api health and schedule endpoints",
        "pricing api schema"
      ]
    }
  ]
}