TalentUnassignedToCoachEvent
v1

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}
4

TalentUnassignedToCoachEvent 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"]
}


Edit this pageLast updated on 2024/8/5