From 56060b47e71d78e977d983c94ea626331d973f6e Mon Sep 17 00:00:00 2001 From: Brummel Date: Fri, 3 Jul 2026 12:57:38 +0200 Subject: [PATCH] =?UTF-8?q?spec:=200106=20fix=20=E2=80=94=20worked=20examp?= =?UTF-8?q?le=20uses=20typed=20Scalar=20axis=20cells?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The campaign example wrote bare JSON numbers in the axes while the spec's own typed-cell clause (op-script bind parity) requires the tagged Scalar wire form. Example now matches the clause; no assumption changed. refs #189 --- docs/specs/0106-research-artifact-vocabularies.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/specs/0106-research-artifact-vocabularies.md b/docs/specs/0106-research-artifact-vocabularies.md index e5163a7..fc107bd 100644 --- a/docs/specs/0106-research-artifact-vocabularies.md +++ b/docs/specs/0106-research-artifact-vocabularies.md @@ -126,7 +126,8 @@ resolution comment): }, "strategies": [ { "ref": { "content_id": "9f3a…" }, - "axes": { "fast": [8, 12, 16], "slow": [21, 34] } } + "axes": { "fast": [{"I64": 8}, {"I64": 12}, {"I64": 16}], + "slow": [{"I64": 21}, {"I64": 34}] } } ], "process": { "ref": { "content_id": "4e2d…" } }, "seed": 1,