GameCreated
v1.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
string
required

Globally unique identifier for the game

name
string
required

The name of the game

description
string
required

Description of the game

timestamp
string
required

RFC 3339 timestamp when game creation occurred

platforms
array[string]
required
Allowed values:
xboxplaystationpcnintendo
Edit this pageLast updated on 2023/9/25