TalentUnassignedToCoachEventv1
Phoenix parcours B2C course
You are currently viewing an old version of this event (1).Read latest version →
Details
Example event payload
1{
2 "TODO": "TODO"
3}
4TalentUnassignedToCoachEvent payload
TalentUnassignedToCoachEvent Schema (json)
{
"$id": "TalentUnassignedToCoachEventPayloadTSchema",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"talent": {
"type": "object",
"properties": { "id": { "type": "string" } },
"required": ["id"]
},
"user": {
"type": "object",
"properties": { "id": { "type": "string" } },
"required": ["id"]
},
"coach": {
"type": "object",
"properties": { "id": { "type": "string" } },
"required": ["id"]
}
},
"required": ["talent", "user", "coach"]
}
},
"required": ["data"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5