| 1234567891011121314151617181920 |
- type: object
- properties:
- id:
- type: string
- format: uuid
- description: Unique ID of the session
- example: 019eb74c-632b-7c1e-87bc-bac42335d85a
- game_id:
- type: string
- format: uuid
- description: ID of the game the session belongs to
- example: 019eb74e-00ce-76ca-a88e-6ffaa8062b26
- name:
- type: string
- description: Character name
- example: Sweeney Todd
- description:
- type: string
- description: User written description of their character
- example: Lorem Ipsum, etc...
|