game.yaml 525 B

12345678910111213141516171819
  1. type: object
  2. properties:
  3. id:
  4. type: string
  5. format: uuid
  6. description: Unique ID of the game
  7. example: 019eb747-4371-7230-b3f0-53550cd253c6
  8. title:
  9. type: string
  10. description: User generated title for the game
  11. example: Demon Barber of Fleet Street
  12. world_context:
  13. type: string
  14. description: User created text to summarize the world to create
  15. example: Lorem Ipsum, etc...
  16. created_at:
  17. type: date
  18. description: Date when game was first created
  19. example: 2026-06-11T15:26:34.176Z