character.yaml 516 B

1234567891011121314151617181920
  1. type: object
  2. properties:
  3. id:
  4. type: string
  5. format: uuid
  6. description: Unique ID of the session
  7. example: 019eb74c-632b-7c1e-87bc-bac42335d85a
  8. game_id:
  9. type: string
  10. format: uuid
  11. description: ID of the game the session belongs to
  12. example: 019eb74e-00ce-76ca-a88e-6ffaa8062b26
  13. name:
  14. type: string
  15. description: Character name
  16. example: Sweeney Todd
  17. description:
  18. type: string
  19. description: User written description of their character
  20. example: Lorem Ipsum, etc...