Current section
Files
Jump to
Current section
Files
priv/conformance/invalid/duplicate-block-id.json
{
"$schema": "https://wpl.dev/schemas/wpl/v1.schema.json",
"version": "1.0.0",
"plan": {
"id": "eeeeeeee-eeee-4eee-8eee-eeeeeeeeeeee",
"name": "Duplicate Block ID",
"type": "workout",
"visibility": "private",
"metadata": {},
"goals": [],
"phases": [
{
"id": "phase_1", "name": "P1", "order": 1,
"duration": { "value": 1, "unit": "weeks" },
"weeks": [
{
"id": "week_1", "name": "Week 1", "order": 1,
"days": [
{
"id": "day_1", "day_of_week": 1, "name": "D1", "type": "training",
"blocks": [
{ "id": "main", "type": "warmup", "order": 1, "activities": [] },
{ "id": "main", "type": "main", "order": 2, "activities": [] }
]
}
]
}
]
}
]
}
}