BlockUpdatedEvent
v1

Event fired when a block is updated

Details

BlockUpdatedEvent payload

BlockUpdatedEvent Schema (json)
{
  "$id": "BlockUpdatedEventPayloadTSchema",
  "type": "object",
  "properties": {
    "block": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    },
    "criteria": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": { "type": "string" },
          "programId": { "type": "string" },
          "subphaseId": { "type": "string" },
          "index": { "type": "number" }
        },
        "required": ["id", "programId", "subphaseId", "index"]
      }
    },
    "updatedBy": {
      "type": "object",
      "properties": { "id": { "type": "string" } },
      "required": ["id"]
    }
  },
  "required": ["block", "updatedBy"]
}


Edit this pageLast updated on 2024/8/5