{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://wanxiang.ai/contracts/play-loop/actor-selection-context.schema.json", "title": "ActorSelectionContextV1", "description": "ActorView/4 与 ActorSelection/2 的联合兼容门;普通路径与标准 Match-3 路径互斥。", "type": "object", "required": ["schemaVersion", "actorView", "selection"], "properties": { "schemaVersion": { "const": "ActorSelectionContext/1" }, "actorView": { "$ref": "actor-view-v4.schema.json" }, "selection": { "$ref": "actor-selection-v2.schema.json" } }, "additionalProperties": false }