GameCreatedv1.0.0
Indicates a new game has been created
Game profiles are required to exist before a user can request aid within one
flowchart LR
l-Game_Aggregate[Game Aggregate]:::producer-->GameCreated[GameCreated]:::event
classDef event stroke:#767ec2,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
GameCreated[GameCreated]:::event-->r-Game_Aggregate[Game Aggregate]:::consumer
GameCreated[GameCreated]:::event-->r-Game_Projector[Game Projector]:::consumer
click l-Game_Aggregate href "/services/Game Aggregate" "Go to Game Aggregate" _self
click r-Game_Aggregate href "/services/Game Aggregate" "Go to Game Aggregate" _self
click r-Game_Projector href "/services/Game Projector" "Go to Game Projector" _self
click GameCreated href "/events/GameCreated" "Go to GameCreated" _self
Schema
gameId
stringGlobally unique identifier for the game
name
stringThe name of the game
description
stringDescription of the game
timestamp
stringRFC 3339 timestamp when game creation occurred
platforms
array[string]Allowed values:
xboxplaystationpcnintendo
Edit this pageLast updated on 2023/9/25