BetSolutions · JSON Structure

Wallet Api Game List Response Structure

Response containing available games and product metadata.

Type: object Properties: 2
BettingCasinosGamingGamblingSlotsSports Betting

GameListResponse is a JSON Structure definition published by BetSolutions, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

success products

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/betsolutions/refs/heads/main/json-structure/wallet-api-game-list-response-structure.json",
  "name": "GameListResponse",
  "description": "Response containing available games and product metadata.",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the request succeeded.",
      "example": true
    },
    "products": {
      "type": "array",
      "description": "Array of available game products.",
      "items": {
        "$ref": "#/components/schemas/Game"
      }
    }
  }
}