QuestionInProgressevent type
Question transitioned Open -> In Progress (contributor began working on the answer).
Full spec
{
"name": "QuestionInProgress",
"description": "Question transitioned Open -> In Progress (contributor began working on the answer).",
"current_version": 1,
"actor_type_allowed": [
"human"
],
"object_type": "Question",
"payload_versions": {
"v1": {
"type": "object",
"additionalProperties": false,
"required": [
"question_id",
"moved_by"
],
"properties": {
"question_id": {
"type": "string",
"format": "uuid"
},
"moved_by": {
"type": "string",
"format": "uuid"
}
}
}
},
"projections_consuming": [
"questions_view",
"audit_log"
],
"canonicalizer_module": "event-canonicalizers/question_in_progress.ts"
}