Card
Type: object
A playing card
No Additional Properties Type: enum (of string) The suit of the card
Must be one of:
- "spades"
- "hearts"
- "diamonds"
- "clubs"
- "nt"
Type: enum (of string) The rank of the card
Must be one of:
- "2"
- "3"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "T"
- "J"
- "Q"
- "K"
- "A"