CoachRemovedEvent
v1

Admin

Details

CoachRemovedEvent payload

CoachRemovedEvent Schema (json)
{
  "$id": "CoachRemovedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "coach": {
      "$id": "CoachEntity",
      "type": "object",
      "properties": {
        "id": { "type": "string" },
        "user": {},
        "userId": { "type": "string" },
        "talentCoachs": {
          "anyOf": [{ "type": "array", "items": {} }, { "type": "null" }]
        },
        "talentCoachIds": {
          "anyOf": [
            { "type": "array", "items": { "type": "string" } },
            { "type": "null" }
          ]
        },
        "junoCoachid": { "anyOf": [{ "type": "string" }, { "type": "null" }] },
        "createdAt": { "format": "datetime", "type": "string" },
        "updatedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        },
        "deletedAt": {
          "anyOf": [
            { "format": "datetime", "type": "string" },
            { "type": "null" }
          ]
        }
      },
      "required": ["id", "user", "userId", "createdAt"]
    }
  },
  "required": ["coach"]
}


Edit this pageLast updated on 2024/8/5