Packages

Reference Elixir validator for WPL (Wellness Plan Language) — JSON Schema + semantic invariants

Current section

Files

Jump to
wpl_validator priv conformance invalid duplicate-week-id.expected.json
Raw

priv/conformance/invalid/duplicate-week-id.expected.json

[
{
"code": "DUPLICATE_ID",
"path": "/plan/phases/0/weeks/1",
"severity": "error",
"meta": {
"duplicate_id": "week_1",
"scope": "phase:phase_1",
"first_occurrence": "/plan/phases/0/weeks/0"
}
}
]