ChallengeCounterIncrementedEventv1
A challenge count property is incremented when a new referred entraide User fulfills the challenge criteria
Details
ChallengeCounterIncrementedEvent payload
ChallengeCounterIncrementedEvent Schema (json)
{
"$id": "ChallengeCounterIncrementedEventPayloadTSchema",
"type": "object",
"properties": {
"challenge": {
"type": "object",
"properties": {
"id": { "type": "string" },
"count": { "type": "number" }
},
"required": ["id", "count"]
},
"user": {
"type": "object",
"properties": {
"id": { "type": "string" },
"firstName": { "anyOf": [{ "type": "string" }, { "type": "null" }] }
},
"required": ["id"]
}
},
"required": ["challenge", "user"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5