|
schemas / address |
{
"$id": "https://estima.com/chess/wintd/schemas/address.json",
"description":"Address data for master player",
"type": "object",
"properties": {
"line1":{"type":"string"},
"line2":{"type":"string"},
"citystate":{"type":"string","description":"City and State or Province"},
"zip":{"type":"string","description":"Zip/postal code"}
}
}
Copyright © 2026 Thomas Doan