feat(bell): add immutable event store [T-015]
This commit is contained in:
@@ -85,7 +85,7 @@ mapper 的完整实现规格。左列出处见《07》§1。
|
||||
|
||||
已实测(`REJECT` = schema 能拦,`ACCEPT` = 拦不住):
|
||||
|
||||
schema **能**拦:省略必填键 / 非法 ULID / 顶层多余字段 / outcome 越界 / `config_version` 空串 / `snapshot_uris` 空数组 / 负 latency / kind 大写。
|
||||
schema **能**拦:省略必填键 / 非法 ULID / 顶层多余字段 / outcome 越界 / `config_version` 空串 / 负 latency / kind 大写。`snapshot_uris` 空数组对非成像事件是合法值,见修订记录、雷达示例和 schema 的 `minItems: 0`。
|
||||
|
||||
schema **拦不住**,需在 mapper 与平台入口各加一道断言:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user