固化 Match-3 生产者、视觉、音频与双 Judge 证据闭包。 将《山海行纪》r1.1 绑定新的不可变 release,并以生产预检现场核验 bundle、Registry/2 和 25 项 Writer 快照。 同步地图1平衡锁值、跨游戏回归修复、验收契约与 SoT 证据。
17 lines
878 B
JSON
17 lines
878 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://wanxiang.ai/contracts/play-loop/match3-effect-render-receipt.schema.json",
|
|
"title": "Match3EffectRenderReceiptV1",
|
|
"type": "object",
|
|
"required": ["schemaVersion", "transactionId", "cascadeIndex", "effectIds", "mainContextIdentity", "paletteHash"],
|
|
"properties": {
|
|
"schemaVersion": { "const": "Match3EffectRenderReceipt/1" },
|
|
"transactionId": { "type": "string", "pattern": "^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$" },
|
|
"cascadeIndex": { "type": "integer", "minimum": 0, "maximum": 6 },
|
|
"effectIds": { "type": "array", "minItems": 1, "uniqueItems": true, "items": { "type": "string", "minLength": 1 } },
|
|
"mainContextIdentity": { "const": "plugin-init-main-context" },
|
|
"paletteHash": { "type": "string", "pattern": "^[0-9a-f]{64}$" }
|
|
},
|
|
"additionalProperties": false
|
|
}
|