| 12345678910111213141516171819 |
- type: object
- properties:
- id:
- type: string
- format: uuid
- description: Unique ID of the game
- example: 019eb747-4371-7230-b3f0-53550cd253c6
- title:
- type: string
- description: User generated title for the game
- example: Demon Barber of Fleet Street
- world_context:
- type: string
- description: User created text to summarize the world to create
- example: Lorem Ipsum, etc...
- created_at:
- type: date
- description: Date when game was first created
- example: 2026-06-11T15:26:34.176Z
|