fix: baseline invalidation registry contracts

This commit is contained in:
DongHyeonka
2026-08-02 00:28:17 +09:00
parent 0eb23875cb
commit 53d181fbe4
6 changed files with 706 additions and 93 deletions
+13 -5
View File
@@ -30,11 +30,19 @@
"namespace.namespaceVersion"
]
],
"breakingFields": [
"topicId",
"namespace.namespaceId",
"namespace.namespaceVersion"
]
"snapshotProjection": {
"singletonRowKey": "invalidation-graph",
"canonicalArrayKeyFields": {
"topics": ["$value"],
"namespaces": ["namespaceId", "namespaceVersion"],
"edges": [
"topicId",
"namespace.namespaceId",
"namespace.namespaceVersion"
]
}
},
"breakingFields": ["topics", "namespaces", "edges"]
},
{
"registryId": "FIXTURE-INVALIDATION-VERSIONS",