固化 Match-3 生产者、视觉、音频与双 Judge 证据闭包。 将《山海行纪》r1.1 绑定新的不可变 release,并以生产预检现场核验 bundle、Registry/2 和 25 项 Writer 快照。 同步地图1平衡锁值、跨游戏回归修复、验收契约与 SoT 证据。
23 lines
933 B
JSON
23 lines
933 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://wanxiang.ai/contracts/play-loop/interaction-binding.schema.json",
|
|
"title": "InteractionBindingV1",
|
|
"description": "InteractionBinding/1。把当前生成任务绑定到可信交互注册表中的唯一 profile。",
|
|
"type": "object",
|
|
"required": [
|
|
"schemaVersion", "interactionProfileId", "interactionRegistryVersion",
|
|
"taskBindingHash", "interactionBindingHash"
|
|
],
|
|
"properties": {
|
|
"schemaVersion": { "const": "InteractionBinding/1" },
|
|
"interactionProfileId": { "type": "string", "pattern": "^[a-z0-9.-]+$" },
|
|
"interactionRegistryVersion": { "enum": ["2026-07-15.v1", "2026-07-15.v2"] },
|
|
"taskBindingHash": { "$ref": "#/$defs/sha256" },
|
|
"interactionBindingHash": { "$ref": "#/$defs/sha256" }
|
|
},
|
|
"additionalProperties": false,
|
|
"$defs": {
|
|
"sha256": { "type": "string", "pattern": "^[0-9a-f]{64}$" }
|
|
}
|
|
}
|