|
schemas / uscf |
{
"$id": "https://estima.com/chess/wintd/schemas/uscf.json",
"description":"US Chess-specific data for tournament player or master player",
"type": "object",
"properties": {
"ID":{"type":"string","minLength":8,"maxLength":8},
"state":{"type":"string","minLength":2,"maxLength":2},
"expiry":{"type":"string","description":"In mmyy format, with 9999 representing life member"},
"regular":{"type":"number"},
"quick":{"type":"number"},
"blitz":{"type":"number"},
"OLregular":{"type":"number"},
"OLquick":{"type":"number"},
"OLblitz":{"type":"number"}
}
}
Copyright © 2026 Thomas Doan