|
schemas / pplz |
{
"$id": "https://estima.com/chess/wintd/schemas/pplz.json",
"description":"Master Player file format",
"type": "object",
"properties":{
"filetype":{"type":"string","const":"WINTDPPLZ","description":"Sanity check"},
"version":{"type":"string","description":"WinTD creator version number"},
"description":{"type":"string","description":"Description of file"},
"features":{
"type":"array",
"description":"Features used in file",
"items":{
"type":"string",
"enum":["USCF","FIDE","Lichess","ICC","ChessCom"]
}
},
"mainRating":{"type":"integer","description":"Number coding main rating (0=User Values,1=USCF Regular,2=FIDE Standard,all others are four digit numbers)"},
"secondRating":{"type":"integer","description":"Number coding second rating (see above)"},
"idSystem":{"type":"integer","description":"Number coding meaning of ID field. (0=User Defined,1000=USCF,2000=FIDE,3000=Lichess,4000=ICC,5000=Chess.com)"},
"members":{
"type":"array",
"items":{
"type":"object",
"properties":{
"base":{"$ref":"https://estima.com/chess/wintd/schemas/base.json"},
"address":{"$ref":"https://estima.com/chess/wintd/schemas/address.json"},
"uscf":{"$ref":"https://estima.com/chess/wintd/schemas/uscf.json"},
"fide":{"$ref":"https://estima.com/chess/wintd/schemas/fide.json"},
"lichess":{"$ref":"https://estima.com/chess/wintd/schemas/lichess.json"},
"icc":{"$ref":"https://estima.com/chess/wintd/schemas/icc.json"},
"chesscom":{"$ref":"https://estima.com/chess/wintd/schemas/chesscom.json"}
},
"required":["base"]
}
}
},
"required":["filetype","version","members"]
}
Copyright © 2026 Thomas Doan