WinTD
WinTD

{

   "$id": "https://estima.com/chess/wintd/schemas/match.json",

   "description":"Detailed information about a match (team v team or multi-game) as part of game object",

   "type": "object",

   "properties": {

      "size":{"type":"integer","description":"Number of games in the match"},

      "score1":{"type":"number","description":"Score for 1st player"},

      "score2":{"type":"number","description":"Score for 2nd player"},

      "games":{

         "type":"array",

         "description":"Array of game numbers representing match (in board/played order)",

         "items":{

            "type":"integer"

         }

      }

   },

   "required":["size","score1","score2","games"]

}


 


Copyright © 2026 Thomas Doan