Current section
Files
Jump to
Current section
Files
priv/conformance/invalid/cyclic-subplan-self.json
{
"$schema": "https://wpl.dev/schemas/wpl/v1.schema.json",
"version": "1.6.0",
"plan": {
"id": "plan_self_cycle",
"name": "Plan that includes itself",
"type": "workout",
"visibility": "private",
"metadata": {},
"goals": [],
"phases": [
{
"id": "phase_1",
"name": "P1",
"order": 1,
"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": "main",
"order": 1,
"activities": [
{
"id": "sp_self",
"type": "sub_plan",
"name": "Recursive include",
"sub_plan_ref": "plan_self_cycle"
}
]
}
]
}
]
}
]
}
]
}
}