[
  {
    "id": "urn:example:handoff:42",
    "kind": "workflow",
    "target": "https://example.org/workflows/review",
    "payload": {
      "schemaId": "https://b2base.eu/schemas/1.0.0-draft.1/financial/money.schema.json",
      "data": {
        "amount": "125.00",
        "currency": "EUR"
      }
    }
  },
  {
    "id": "urn:example:handoff:43",
    "kind": "email",
    "target": "mailto:workflow@example.org",
    "payload": {
      "schemaId": "https://b2base.eu/schemas/1.0.0-draft.1/person/nameandbirthdetails.schema.json",
      "data": {
        "name": {
          "preferredName": "Sukarno"
        }
      }
    }
  }
]
