AnonymHelpingActMyCircleAddedEventv1
Add an anonym helping act when a non Phoenix user joins a talent's circle
Details
AnonymHelpingActMyCircleAddedEvent payload
AnonymHelpingActMyCircleAddedEvent Schema (json)
{
"$id": "AnonymHelpingActMyCircleAddedEventPayloadTSchema",
"type": "object",
"properties": {
"helpingAct": {
"type": "object",
"properties": {
"id": { "type": "string" },
"category": {
"anyOf": [
{ "const": "INDIVIDUAL", "type": "string" },
{ "const": "ANONYM", "type": "string" }
]
},
"type": {
"anyOf": [
{ "const": "HELP_REQUEST_RESPONSE", "type": "string" },
{ "const": "REFERRAL", "type": "string" },
{ "const": "MY_CIRCLE", "type": "string" },
{ "const": "LIVE", "type": "string" },
{ "const": "SOLIDARITY_COOPTATION", "type": "string" },
{ "const": "FORWARD_HELP_REQUEST", "type": "string" }
]
},
"version": { "type": "number" }
},
"required": ["id", "category", "type", "version"]
}
},
"required": ["helpingAct"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5