AppointmentsCanceledEventv1
Phoenix parcours B2C course
Details
AppointmentsCanceledEvent payload
AppointmentsCanceledEvent Schema (json)
{
"$id": "AppointmentsCanceledEventPayloadTSchema",
"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"]
},
"appointmentsIds": { "type": "array", "items": { "type": "string" } }
},
"required": ["talent", "user", "appointmentsIds"]
}
},
"required": ["data"]
}
Domain Graph
Edit this pageLast updated on 2024/8/5