QuestionAnsweredEvent
v1

Phoenix parcours B2C course

Details

Example event payload

1{
2  "todo": "true"
3}
4

QuestionAnsweredEvent payload

QuestionAnsweredEvent Schema (json)
{
  "$id": "QuestionAnsweredEventPayloadTSchema",
  "type": "object",
  "properties": {
    "payload": {
      "$id": "QuestionAnsweredPayloadClass",
      "type": "object",
      "properties": { "questionId": { "type": "string" }, "content": {} },
      "required": ["questionId", "content"]
    },
    "talentActivityId": { "type": "string" },
    "userId": { "type": "string" }
  },
  "required": ["payload", "talentActivityId", "userId"]
}


Edit this pageLast updated on 2024/8/5