Packages

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

Current section

Files

Jump to
wpl_validator priv conformance invalid phase-duration-mismatch.expected.json
Raw

priv/conformance/invalid/phase-duration-mismatch.expected.json

[
{
"code": "PHASE_DURATION_MISMATCH",
"path": "/plan/phases/0",
"severity": "warning",
"meta": {
"declared_value": 3,
"declared_unit": "weeks",
"weeks_count": 2
}
}
]