jobs/demo.json
{
"id": "demo",
"name": "Demo Fix Board",
"blurb": "Static demo proving the board is source-agnostic (no external calls).",
"probe": "node probes/demo.mjs",
"watch": false,
"fields": [
{ "key": "price", "ok": "has price", "bad": "no price" },
{ "key": "tags", "ok": "tags ok", "bad": "bad tags" },
{ "key": "image", "ok": "image", "bad": "no image" },
{ "key": "min", "ok": "min set", "bad": "no min", "warn": true }
],
"fixers": []
}