EntityChangeEvent
Complete entity change event with metadata
oneOf
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
- object
bookIdstring<uuid>required
libraryIdstring<uuid>required
seriesIdstring<uuid>required
typestringrequired
Possible values: [book_created]
timestampstring<date-time>required
When the event occurred
userIdstring,null<uuid>nullable
User who triggered the change (if applicable)
EntityChangeEvent
{
"timestamp": "2024-07-29T15:51:28.071Z",
"userId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"bookId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"libraryId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"seriesId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "book_created"
}