Commit 987e356
authored
Event lago_id is an opaque identifier, not always a UUID (#550)
lago_id on events is not guaranteed to be a UUID. On organizations using
the ClickHouse events store it is a composite string, so the uuid format
constraint was inaccurate and rejected valid responses in strict clients
(Go, Rust).
Removed format: uuid from EventObject.lago_id and clarified the
description. lago_customer_id and lago_subscription_id keep format: uuid
since they remain real UUIDs on both stores.
Follow-up to getlago/lago-rust-client#50 (reviewer request to sync the
spec).1 parent 782480e commit 987e356
2 files changed
Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
0 commit comments