{
  "specVersion": "1.0",
  "host": {
    "displayName": "Georoute",
    "identifier": "did:web:georoutegame.com",
    "documentationUrl": "https://georoutegame.com/api.md"
  },
  "entries": [
    {
      "identifier": "urn:air:georoutegame.com:api:game",
      "displayName": "Georoute API",
      "type": "application/openapi+json",
      "url": "https://georoutegame.com/openapi.json",
      "description": "Discover public rooms and participate in Georoute multiplayer game sessions.",
      "tags": ["game", "travel", "routes", "multiplayer"],
      "capabilities": ["ListPublicRooms", "InspectRoom", "CreateRoom", "JoinRoom"],
      "representativeQueries": [
        "Find public Georoute rooms I can join",
        "Show the current state of a Georoute room",
        "Create a multiplayer route-racing room"
      ]
    },
    {
      "identifier": "urn:air:georoutegame.com:skill:georoute-api",
      "displayName": "Georoute API Skill",
      "type": "text/markdown",
      "url": "https://georoutegame.com/.well-known/agent-skills/georoute-api/SKILL.md",
      "description": "Instructions for safely using the Georoute HTTP API.",
      "representativeQueries": [
        "How can an agent use the Georoute API?",
        "Check whether Georoute is healthy"
      ]
    }
  ]
}
